Commit
·
5d84704
1
Parent(s):
207d493
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
|
|
15 |
build-essential \
|
16 |
cmake \
|
17 |
curl \
|
18 |
-
libdc1394-22-dev \
|
19 |
libavcodec-dev \
|
20 |
libavformat-dev \
|
21 |
libavdevice-dev \
|
@@ -25,8 +24,10 @@ RUN apt-get update && apt-get install -y \
|
|
25 |
libraw1394-dev \
|
26 |
libopenblas-base
|
27 |
|
28 |
-
RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
|
29 |
-
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq
|
|
|
|
|
30 |
|
31 |
|
32 |
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 "numpy==1.23.1"
|
|
|
15 |
build-essential \
|
16 |
cmake \
|
17 |
curl \
|
|
|
18 |
libavcodec-dev \
|
19 |
libavformat-dev \
|
20 |
libavdevice-dev \
|
|
|
24 |
libraw1394-dev \
|
25 |
libopenblas-base
|
26 |
|
27 |
+
RUN apt-get install -y gnupg wget htop sudo git git-lfs software-properties-common build-essential cmake curl
|
28 |
+
RUN apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libgl1 libgtk2.0-0 jq libraw1394-dev libopenblas-base
|
29 |
+
RUN apt-add-repository -y universe
|
30 |
+
RUN apt-get update && apt-get install -y libdc1394-22-dev
|
31 |
|
32 |
|
33 |
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 "numpy==1.23.1"
|