Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c0a89853 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#35 Heed the Jupyter warning and replace NoteApp by ServerApp in command line.

parent 091da3c2
No related branches found
No related tags found
1 merge request!35Overhaul of the set up required to be able to run the formation
Pipeline #622699 passed
......@@ -19,4 +19,4 @@ SHELL ["/bin/bash", "-c"]
# The code to run when container is started:
# Using informations from https://hub.docker.com/r/continuumio/miniconda3 and options used by Vicente in former Docker file based on Ubuntu.
ENTRYPOINT [ "conda", "run", "--no-capture-output", "-n", "gettingstartedwithmoderncpp", "jupyter", "lab", "--port=8888", "--ip=0.0.0.0", "--no-browser","--allow-root","--NotebookApp.token=''"]
ENTRYPOINT [ "conda", "run", "--no-capture-output", "-n", "gettingstartedwithmoderncpp", "jupyter", "lab", "--port=8888", "--ip=0.0.0.0", "--no-browser","--allow-root","--ServerApp.token=''"]
......@@ -49,4 +49,4 @@ SHELL ["/bin/bash", "-c"]
RUN echo "alias python=\"python3\"" >> ~/.bashrc
RUN echo "conda activate gettingstartedwithmoderncpp" >> ~/.bashrc
RUN source ~/.bashrc
CMD ["/home/formation/miniconda3/bin/conda", "run", "--no-capture-output", "-n", "gettingstartedwithmoderncpp", "jupyter", "lab", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root","--NotebookApp.token=''"]
CMD ["/home/formation/miniconda3/bin/conda", "run", "--no-capture-output", "-n", "gettingstartedwithmoderncpp", "jupyter", "lab", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root", "--ServerApp.token=''"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment