Skip to content

Commit

Permalink
fix torchaudio version (k2-fsa#524)
Browse files Browse the repository at this point in the history
* fix torchaudio version

* fix torchaudio version
  • Loading branch information
FNLPprojects authored Aug 6, 2022
1 parent 1f7832b commit f24b76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Ubuntu18.04-pytorch1.7.1-cuda11.0-cudnn8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ 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

Expand Down

0 comments on commit f24b76e

Please sign in to comment.