[FIX] Triton kaldi backend's Jupyter notebook Dockerfile "llvm" error fix

This commit is contained in:
yesseyev 2021-04-05 15:51:37 +06:00
parent a64351f3f1
commit 43976017f8

View file

@ -27,5 +27,6 @@ RUN apt-get update && apt-get install -y jupyter \
vim
RUN python3 -m pip uninstall -y pip
RUN apt install python3-pip --reinstall
RUN apt install -y python3-pip --reinstall
RUN pip3 install --upgrade pip
RUN pip3 install matplotlib soundfile librosa sounddevice