From 665f20e68718ef636f9b120a5c201fe27ecc61b5 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 11 Oct 2023 08:12:32 +0900 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a64895e..d68ab9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -148,7 +148,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-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 sounddevice wavio -RUN pip torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 +RUN pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 RUN pip install opencv-python-headless # Configure container startup CMD ["start-notebook.sh"]