This commit is contained in:
Meirkhan Yesseyev 2021-11-03 17:39:44 +01:00 committed by GitHub
commit 23e57aed27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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