From dc259d2af90b0f3089c41b747755f5db068036dc Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 18 Mar 2024 15:23:07 +0900 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd83285..33112e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ USER root RUN apt-get update --yes && \ apt-get install --yes --no-install-recommends \ ffmpeg \ - libportaudio2 \ + libportaudio2 && \ apt-get clean && rm -rf /var/lib/apt/lists/* USER $NB_UID RUN CONDA_OVERRIDE_CUDA="12.1" conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia \ No newline at end of file