Skip to content
Snippets Groups Projects
Commit 5eeb6063 authored by Bienchen's avatar Bienchen
Browse files

Fixed Jupyter in the Sungularity container

parent 74704c02
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ locale-gen en_US.UTF-8
export IPYTHONDIR="/usr/local/share/ipython"
export JUPYTER_CONFIG_DIR="/usr/local/etc/jupyter"
export JUPYTER_PATH="/usr/local/share/jupyter"
export JUPYTER_RUNTIME_DIR="$JUPYTER_PATH/runtime"
export JUPYTER_RUNTIME_DIR="/tmp/jupyter_runtime"
mkdir -p /usr/local/share/ipython
mkdir -p $JUPYTER_PATH
......@@ -68,10 +68,14 @@ jupyter nbextension enable nglview --py --sys-prefix
##############################################################################
# ENVIRONMENT
##############################################################################
export TEMP="/tmp"
export TEMPDIR="/tmp"
export TMPDIR="/tmp"
export TMP="/tmp"
export IPYTHONDIR="/usr/local/share/ipython"
export JUPYTER_CONFIG_DIR="/usr/local/etc/jupyter"
export JUPYTER_PATH="/usr/local/share/jupyter"
export JUPYTER_RUNTIME_DIR="$JUPYTER_PATH/runtime"
export JUPYTER_RUNTIME_DIR="$TMPDIR/jupyter_runtime"
%apprun ChemdictTool
##############################################################################
......
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