Commit
·
502a27d
1
Parent(s):
94a264c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-comm
|
|
6 |
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libdc1394-22-dev libraw1394-dev libopenblas-base
|
7 |
|
8 |
|
9 |
-
RUN pip3 install pandas scipy matplotlib torch torchvision torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx dlib ffmpeg jq "numpy==1.23.1"
|
10 |
|
11 |
RUN pip install cmake==3.24.1.1
|
12 |
|
|
|
6 |
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libdc1394-22-dev libraw1394-dev libopenblas-base
|
7 |
|
8 |
|
9 |
+
RUN pip3 install pandas scipy matplotlib torch tensorboardX torchvision torchaudio gradio gtts soundfile fairseq huggingface-hub g2p_en altair imageio-ffmpeg pocketsphinx dlib ffmpeg jq "numpy==1.23.1"
|
10 |
|
11 |
RUN pip install cmake==3.24.1.1
|
12 |
|