From d83aa44c0dd18a453cc012b03751ff2933d37988 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 08:14:18 +0900 Subject: [PATCH] upgrade pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3ee3884..83629b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ ARG LAB_IMAGE=jupyter/datascience-notebook:lab-3.4.3 FROM ${LAB_IMAGE} RUN echo "install custom extensions" +RUN python3 -m pip install --upgrade pip setuptools wheel RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-data-pool RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-training