fix torchaudio version

This commit is contained in:
xinzhulin 2022-08-06 18:04:00 +08:00
parent 1f7832b93c
commit 21dea66071

View File

@ -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 && \