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.
2 parents edc759e + d7cc58a commit 70c0785Copy full SHA for 70c0785
Dockerfile
@@ -16,7 +16,7 @@ RUN \
16
17
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
18
RUN python3 get-pip.py
19
-RUN pip3 install notebook
+RUN pip3 install jupyter jupyterlab
20
21
RUN useradd -ms /bin/bash bootcamp
22
@@ -69,4 +69,4 @@ USER bootcamp
69
WORKDIR /chisel-bootcamp
70
71
EXPOSE 8888
72
-CMD jupyter notebook --no-browser --ip 0.0.0.0 --port 8888
+CMD jupyter lab --no-browser --ip 0.0.0.0 --port 8888
0 commit comments