Spaces:
Build error
Build error
pragnakalp
commited on
Commit
•
241d179
1
Parent(s):
ffc326e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ RUN apt-add-repository -y universe
|
|
34 |
RUN python3 -m venv /content/venv
|
35 |
|
36 |
RUN /content/venv/bin/pip install git+https://github.com/One-sixth/fairseq.git
|
37 |
-
RUN /content/venv/bin/pip install setuptools pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx
|
38 |
# RUN /content/venv/bin/pip install setuptools pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx ffmpeg jq nltk
|
39 |
|
40 |
RUN /content/venv/bin/pip install numpy==2.2.0
|
|
|
34 |
RUN python3 -m venv /content/venv
|
35 |
|
36 |
RUN /content/venv/bin/pip install git+https://github.com/One-sixth/fairseq.git
|
37 |
+
RUN /content/venv/bin/pip install setuptools pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx ffmpeg jq
|
38 |
# RUN /content/venv/bin/pip install setuptools pandas scipy matplotlib torch torchvision ffmpeg-python imageio[ffmpeg] tensorboardX huggingface-hub g2p_en opencv-python imageio torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx ffmpeg jq nltk
|
39 |
|
40 |
RUN /content/venv/bin/pip install numpy==2.2.0
|