Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ ENV OSG_PROJECT_NAME=
# Additional paths to bind for Singularity jobs; same syntax as the -B option in singularity run
ENV SINGULARITY_BIND_EXTRA=

# Set this to 'true' disable PID namespaces for Singularity; PID namespaces are broken on some runtimes, e.g. nvidia
ENV SINGULARITY_DISABLE_PID_NAMESPACES=false

# Additional restrictions for your START expression
ENV GLIDEIN_Start_Extra=

Expand Down