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

[jupyterhub] fix

parent 5c2e67a8
Branches
No related tags found
No related merge requests found
Pipeline #31709 passed
...@@ -26,8 +26,8 @@ ENV XDG_DATA_HOME=/usr/local/share ...@@ -26,8 +26,8 @@ ENV XDG_DATA_HOME=/usr/local/share
ENV IPYTHONDIR=/usr/local/etc/ipython ENV IPYTHONDIR=/usr/local/etc/ipython
ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter ENV JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter
COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/ COPY jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/
ENV JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings ENV JUPYTERLAB_SETTINGS_DIR=$HOME/.config/jupyter/lab/user-settings
ENV JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces ENV JUPYTERLAB_WORKSPACES_DIR=$HOME/.config/jupyter/lab/workspaces
RUN python${PYTHON_VERSION} -m pip install \ RUN python${PYTHON_VERSION} -m pip install \
jupyterlab \ jupyterlab \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment