Skip to content
Snippets Groups Projects
Commit a993899f authored by calrama's avatar calrama
Browse files

[jupyterhub] move ipython dir out of ~

parent 986cb0e7
No related branches found
No related tags found
No related merge requests found
Pipeline #31693 failed
......@@ -21,6 +21,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
npm config set cache /var/cache/npm --global && \
npm config set update-notifier false --global
ENV IPYTHONDIR=/usr/local/etc/ipython
COPY jupyter_notebook_config.py /usr/local/etc/jupyter
ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter/jupyter
ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment