fix torchaudio version

This commit is contained in:
xinzhulin 2022-08-06 18:32:30 +08:00
parent 21dea66071
commit 595aabce85

View File

@ -79,9 +79,10 @@ 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
RUN pip install torchaudio==0.7.2
# install icefall
RUN git clone https://github.com/k2-fsa/icefall && \
cd icefall && \