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

[jupyterhub] misc

parent c3a049d8
No related branches found
No related tags found
No related merge requests found
Pipeline #31697 passed
...@@ -22,8 +22,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ ...@@ -22,8 +22,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
npm config set update-notifier false --global npm config set update-notifier false --global
ENV IPYTHONDIR=/usr/local/etc/ipython ENV IPYTHONDIR=/usr/local/etc/ipython
COPY jupyter_notebook_config.py /usr/local/etc/jupyter/
ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter
COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/
ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment