Skip to content

Commit

Permalink
also install jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder authored Sep 17, 2021
1 parent 9bd912f commit 0700a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-slim
# install the notebook package
RUN pip install --no-cache --upgrade pip && \
pip install --no-cache notebook
pip install --no-cache notebook jupyterlab

# create user with a home directory
ARG NB_USER
Expand Down

0 comments on commit 0700a03

Please sign in to comment.