fixed adding jupyter config file

This commit is contained in:
Christoph Schranz
2020-02-26 09:22:01 +01:00
parent d952ecfe0c
commit 52901ba767
3 changed files with 8 additions and 4 deletions

View File

@@ -40,8 +40,6 @@ RUN conda install -c conda-forge jupyter_contrib_nbextensions && \
jupyter nbextension enable codefolding/main
RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
# Copying config and fix permissions
COPY jupyter_notebook_config.json /etc/jupyter/
RUN fix-permissions /home/$NB_USER
# Switch back to jovyan to avoid accidental container runs as root