Skip to content

Commit 75b9bd1

Browse files
committed
Move jupyter notebook config file down
1 parent d4674ee commit 75b9bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ COPY \
684684
# Configure Jupyter / JupyterLab
685685
# Add as jupyter system configuration
686686
COPY resources/jupyter/nbconfig /etc/jupyter/nbconfig
687-
COPY resources/jupyter/jupyter_notebook_config.py resources/jupyter/jupyter_notebook_config.json /etc/jupyter/
687+
COPY resources/jupyter/jupyter_notebook_config.json /etc/jupyter/
688688

689689
# install jupyter extensions
690690
RUN \
@@ -997,6 +997,7 @@ ENV \
997997
COPY resources/jupyter/tensorboard_notebook_patch.py $CONDA_PYTHON_DIR/site-packages/tensorboard/notebook.py
998998

999999
# Additional jupyter configuration
1000+
COPY resources/jupyter/jupyter_notebook_config.py /etc/jupyter/
10001001
COPY resources/jupyter/sidebar.jupyterlab-settings $HOME/.jupyter/lab/user-settings/@jupyterlab/application-extension/
10011002
COPY resources/jupyter/plugin.jupyterlab-settings $HOME/.jupyter/lab/user-settings/@jupyterlab/extensionmanager-extension/
10021003
COPY resources/jupyter/ipython_config.py /etc/ipython/ipython_config.py

0 commit comments

Comments
 (0)