Skip to content
Snippets Groups Projects
Commit 0a3c34fd authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

do not use flavor mount file

parent 7a20ae36
No related branches found
No related tags found
1 merge request!2restructure User Images
Pipeline #168100 canceled
...@@ -16,13 +16,6 @@ set_env() { ...@@ -16,13 +16,6 @@ set_env() {
export PYTHONNOUSERSITE=1 export PYTHONNOUSERSITE=1
export MODULEPATH=/p/software/jsccloud/productionstages export MODULEPATH=/p/software/jsccloud/productionstages
export OTHERSTAGES=/p/software/jsccloud/productionstages export OTHERSTAGES=/p/software/jsccloud/productionstages
JUPYTER_FLAVOR_VARS=/tmp/custom/load_flavor_variables.sh
if [ -f $JUPYTER_FLAVOR_VARS ]; then
source $JUPYTER_FLAVOR_VARS
else
echo "File $JUPYTER_FLAVOR_VARS does not exist. Use 12h as default timeout."
export JUPYTERHUB_TIMEOUT=12h
fi
echo "$(date) - Set environment variables done" echo "$(date) - Set environment variables done"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment