From 7c89697fffb39738545b49e3c6c90c198e7f7e09 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Thu, 2 Feb 2023 09:03:49 +0100 Subject: [PATCH] path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00921da..8d2182a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ RUN mamba install --quiet --yes \ ENV JUPYTER_PORT=8888 EXPOSE $JUPYTER_PORT - +ENV PATH="${PATH}:/opt/conda/bin" 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