We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ffd2b commit 6d670b4Copy full SHA for 6d670b4
1 file changed
Dockerfile
@@ -25,5 +25,8 @@ RUN set -ex \
25
&& apk del .build-deps \
26
&& rm -rf /root/.cache
27
28
+RUN mkdir -p -m 700 /root/.jupyter/ && \
29
+ echo "c.NotebookApp.ip = '*'" >> /root/.jupyter/jupyter_notebook_config.py
30
+
31
EXPOSE 8888
32
CMD ["jupyter", "notebook"]
0 commit comments