fix torchaudio version (#524)

* fix torchaudio version

* fix torchaudio version
This commit is contained in:
FNLPprojects 2022-08-06 18:33:43 +08:00 committed by GitHub
parent 1f7832b93c
commit f24b76e64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ RUN git clone https://github.com/k2-fsa/k2.git /opt/k2 && \
cd - cd -
# install lhotse # install lhotse
RUN pip install torchaudio==0.7.2
RUN pip install git+https://github.com/lhotse-speech/lhotse RUN pip install git+https://github.com/lhotse-speech/lhotse
#RUN pip install lhotse #RUN pip install lhotse