Update torch1.9.0-cuda10.2.dockerfile

This commit is contained in:
Yifan Yang 2023-12-06 13:44:05 +08:00 committed by GitHub
parent 796a210422
commit 04590ba964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
vim \ vim \
libssl-dev \ libssl-dev \
autoconf \ autoconf \
automake \ automake \
bzip2 \ bzip2 \
@ -58,7 +58,6 @@ RUN pip uninstall -y tqdm && \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \ k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \ kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
git+https://github.com/lhotse-speech/lhotse \ git+https://github.com/lhotse-speech/lhotse \
\
kaldi_native_io \ kaldi_native_io \
kaldialign \ kaldialign \
kaldifst \ kaldifst \