We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f907c3 commit a862f35Copy full SHA for a862f35
Dockerfile
@@ -64,15 +64,15 @@ RUN apt-get update && \
64
rm -rf /var/lib/apt/lists/*
65
66
# System-wide Jupyter Server config
67
-COPY docker/jupyter_server_config.py /etc/jupyter/
+COPY docker/jupyter_server_config.py /opt/conda/etc/jupyter/
68
69
# Jupyter Lab settings
70
RUN mkdir -p /opt/conda/share/jupyter/lab/settings
71
COPY docker/overrides.json /opt/conda/share/jupyter/lab/settings/
72
73
# System-wide IPython profile config
74
-RUN mkdir -p /etc/ipython/profile_default
75
-COPY docker/ipython_config.py /etc/ipython/profile_default/
+RUN mkdir -p /opt/conda/etc/ipython
+COPY docker/ipython_config.py /opt/conda/etc/ipython/
76
77
# Switch back to the default notebook user
78
USER ${NB_UID}
0 commit comments