From f24b76e64bb59e157e3904d0330a132a308f18c0 Mon Sep 17 00:00:00 2001 From: FNLPprojects Date: Sat, 6 Aug 2022 18:33:43 +0800 Subject: [PATCH] fix torchaudio version (#524) * fix torchaudio version * fix torchaudio version --- docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile b/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile index a9caf07edb..746c2c4f3c 100644 --- a/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile +++ b/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile @@ -79,6 +79,7 @@ RUN git clone https://github.com/k2-fsa/k2.git /opt/k2 && \ cd - # install lhotse +RUN pip install torchaudio==0.7.2 RUN pip install git+https://github.com/lhotse-speech/lhotse #RUN pip install lhotse