From 4d5095ad1149ca0f2e9a3604494dd7e9e81facc6 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Fri, 6 Feb 2026 13:07:23 -0600 Subject: [PATCH] Explicitly set a value for SINGULARITY_DISABLE_PID_NAMESPACES This is mostly for documentation's sake -- we list all the customizeable env vars in the Dockerfile. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 185ba1f..055672d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=