From 21dea6607123de6e575b483f884f121b3197ad2d Mon Sep 17 00:00:00 2001 From: xinzhulin Date: Sat, 6 Aug 2022 18:04:00 +0800 Subject: [PATCH] fix torchaudio version --- docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a9caf07ed..2d446a1fa 100644 --- a/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile +++ b/docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile @@ -81,7 +81,7 @@ RUN git clone https://github.com/k2-fsa/k2.git /opt/k2 && \ # install lhotse RUN pip install git+https://github.com/lhotse-speech/lhotse #RUN pip install lhotse - +RUN pip install torchaudio==0.7.2 # install icefall RUN git clone https://github.com/k2-fsa/icefall && \ cd icefall && \