Skip to content
Snippets Groups Projects
Commit 4bbae19e authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add a HOME environment variable for Jupyter

parent b96e0eaf
No related branches found
No related tags found
1 merge request!19Add a HOME environment variable for Jupyter
...@@ -25,3 +25,7 @@ ENV TINI_VERSION v0.6.0 ...@@ -25,3 +25,7 @@ ENV TINI_VERSION v0.6.0
ENV JUPYTER_RUNTIME_DIR=/tmp ENV JUPYTER_RUNTIME_DIR=/tmp
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini
RUN sudo chmod +x /usr/bin/tini RUN sudo chmod +x /usr/bin/tini
# Make sure Jupyter can write to the home directory
ENV HOME=/home/tango
RUN chmod a+rwx /home/tango
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment