From 0700a03ae85be96855cf04c7e7d8771a46cf9a39 Mon Sep 17 00:00:00 2001 From: Niko Fink Date: Fri, 17 Sep 2021 11:13:44 +0200 Subject: [PATCH] also install jupyterlab --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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