Skip to content

Commit 385e6ba

Browse files
authored
Update Dockerfile
adding jupyterlab & notebook
1 parent 110bc98 commit 385e6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN curl -fOL https://github.com/cdr/code-server/releases/download/v${CODE_SERVE
5151
RUN dpkg -i ./code-server_${CODE_SERVER_VERSION}_${ARCH}.deb && rm ./code-server_${CODE_SERVER_VERSION}_${ARCH}.deb
5252
COPY ./entrypoint.sh /usr/bin/entrypoint.sh
5353

54-
# Install
54+
# Install jupyterlab & notebook
5555
RUN pip install notebook
5656
RUN pip install jupyterlab
5757
RUN pip install voila

0 commit comments

Comments
 (0)