diff --git a/Dockerfile b/Dockerfile index 373bd1f..03d6f01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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