fixed adding jupyter config file
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user