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 110bc98 commit 385e6baCopy full SHA for 385e6ba
Dockerfile
@@ -51,7 +51,7 @@ RUN curl -fOL https://github.com/cdr/code-server/releases/download/v${CODE_SERVE
51
RUN dpkg -i ./code-server_${CODE_SERVER_VERSION}_${ARCH}.deb && rm ./code-server_${CODE_SERVER_VERSION}_${ARCH}.deb
52
COPY ./entrypoint.sh /usr/bin/entrypoint.sh
53
54
-# Install
+# Install jupyterlab & notebook
55
RUN pip install notebook
56
RUN pip install jupyterlab
57
RUN pip install voila
0 commit comments