|
@@ -49,6 +49,13 @@ RUN pip3 install readline jupyter
|
|
|
# && sed -i "/c.NotebookApp.ip/c c.NotebookApp.ip = '*'" /root/.jupyter/jupyter_notebook_config.py \
|
|
# && sed -i "/c.NotebookApp.ip/c c.NotebookApp.ip = '*'" /root/.jupyter/jupyter_notebook_config.py \
|
|
|
# && sed -i "/c.NotebookApp.notebook_dir/c c.NotebookApp.notebook_dir = '/root/notebooks'" /root/.jupyter/jupyter_notebook_config.py
|
|
# && sed -i "/c.NotebookApp.notebook_dir/c c.NotebookApp.notebook_dir = '/root/notebooks'" /root/.jupyter/jupyter_notebook_config.py
|
|
|
|
|
|
|
|
|
|
+# change to letscode.00
|
|
|
|
|
+# sudo vi /opt/fast/jupyter/config_root/jupyter_notebook_config.py
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+passwd()
|
|
|
|
|
+
|
|
|
VOLUME /root/notebooks
|
|
VOLUME /root/notebooks
|
|
|
|
|
|
|
|
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes.
|
|
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes.
|