Skip to content
Snippets Groups Projects
Commit d3d79df4 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

add base singularity options

parent f0ae3075
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ module list
# Launch PyCharm
set -x
singularity exec <%= context.extra_singularity_args %> \
singularity exec --env "DISPLAY:$DISPLAY" -B "/tmp/.X11-unix:/tmp/.X11-unix" \
<%= context.extra_singularity_args %> \
<%= context.container_path %> \
pycharm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment