File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ COPY \
684684# Configure Jupyter / JupyterLab
685685# Add as jupyter system configuration
686686COPY 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
690690RUN \
@@ -997,6 +997,7 @@ ENV \
997997COPY 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/
10001001COPY resources/jupyter/sidebar.jupyterlab-settings $HOME/.jupyter/lab/user-settings/@jupyterlab/application-extension/
10011002COPY resources/jupyter/plugin.jupyterlab-settings $HOME/.jupyter/lab/user-settings/@jupyterlab/extensionmanager-extension/
10021003COPY resources/jupyter/ipython_config.py /etc/ipython/ipython_config.py
You can’t perform that action at this time.
0 commit comments