From 984b51fb7fe652091e2d3d7d55767d5e109db8f4 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 23:53:51 +0900 Subject: [PATCH] add sounddevice --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8fb748d..a64895e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,6 +147,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 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 opencv-python-headless # Configure container startup