Spaces:
Build error
Build error
pragnakalp
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -31,8 +31,8 @@ RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev lib
|
|
31 |
RUN apt-add-repository -y universe
|
32 |
|
33 |
RUN pip install git+https://github.com/One-sixth/fairseq.git --break-system-packages
|
34 |
-
|
35 |
-
RUN pip3 install "numpy==1.
|
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
|
|
|
31 |
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 --upgrade setuptools --break-system-packages
|
35 |
+
RUN pip3 install "numpy==1.23.5" --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
|