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

[jupyterhub] fix dumb typo

parent 0cf29264
No related branches found
No related tags found
No related merge requests found
Pipeline #31696 passed
...@@ -22,7 +22,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ ...@@ -22,7 +22,7 @@ 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 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
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