From c356b3170775eea180f29ae00041a356b5a690c8 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 13:22:40 +0900 Subject: [PATCH] rollback2 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f52a44..015eb0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,7 @@ RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu WORKDIR /tmp RUN mamba install --quiet --yes \ 'mathjax' \ - 'voila' \ + # 'voila' \ 'jupyterlab-git' \ 'numba' \ 'cython' \ @@ -143,6 +143,7 @@ RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/p RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-training RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-announcement +RUN pip install voila # Configure container startup CMD ["start-notebook.sh"]