pragnakalp commited on
Commit
042244c
1 Parent(s): d867851

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN apt-add-repository -y universe
32
 
33
  RUN pip install git+https://github.com/One-sixth/fairseq.git --break-system-packages
34
  # RUN pip3 install distutils "setuptools==44.0.0" --break-system-packages
35
- RUN pip3 install numpy --break-system-packages
36
  RUN pip3 install pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python fairseq imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx dlib ffmpeg jq --break-system-packages
37
 
38
  RUN pip install cmake==3.24.1.1 --break-system-packages
 
32
 
33
  RUN pip install git+https://github.com/One-sixth/fairseq.git --break-system-packages
34
  # RUN pip3 install distutils "setuptools==44.0.0" --break-system-packages
35
+ RUN pip3 install numpy==1.26.4 --break-system-packages
36
  RUN pip3 install pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python fairseq imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx dlib ffmpeg jq --break-system-packages
37
 
38
  RUN pip install cmake==3.24.1.1 --break-system-packages