diff --git a/lmod/files/start_jupyter.sh b/lmod/files/start_jupyter.sh index ca5647b588778499b1c2072cf6eaaa3653c847a8..3fb949479d542bffc9e0ff629ca83c38d0260db0 100644 --- a/lmod/files/start_jupyter.sh +++ b/lmod/files/start_jupyter.sh @@ -16,13 +16,6 @@ set_env() { export PYTHONNOUSERSITE=1 export MODULEPATH=/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" }