Loading sunny/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ RUN apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y g++ tini xorg-dev mesa-utils xvfb libgl1 freeglut3-dev ENV XDG_RUNTIME_DIR=/run/user/0 ENV XDG_RUNTIME_DIR=/home/jovyan/xdg_files RUN mkdir -p $XDG_RUNTIME_DIR USER jovyan Loading sunny/startup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ python /get_notebook.py jupyter trust /import/ipython_galaxy_notebook.ipynb ##/monitor_traffic.sh & export XDG_RUNTIME_DIR=/run/user/0 export XDG_RUNTIME_DIR=/home/jovyan/xdg_files mkdir -p $XDG_RUNTIME_DIR xvfb-run -s '-screen 0 1024x768x24' jupyter notebook --no-browser Loading Loading
sunny/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ RUN apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y g++ tini xorg-dev mesa-utils xvfb libgl1 freeglut3-dev ENV XDG_RUNTIME_DIR=/run/user/0 ENV XDG_RUNTIME_DIR=/home/jovyan/xdg_files RUN mkdir -p $XDG_RUNTIME_DIR USER jovyan Loading
sunny/startup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ python /get_notebook.py jupyter trust /import/ipython_galaxy_notebook.ipynb ##/monitor_traffic.sh & export XDG_RUNTIME_DIR=/run/user/0 export XDG_RUNTIME_DIR=/home/jovyan/xdg_files mkdir -p $XDG_RUNTIME_DIR xvfb-run -s '-screen 0 1024x768x24' jupyter notebook --no-browser Loading