Spaces:
Running
Running
Commit
·
257642d
1
Parent(s):
72930e5
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -18,6 +18,7 @@ RUN pip install pysndfile
|
|
18 |
RUN pip install moviepy
|
19 |
RUN mkdir -m 777 flagged
|
20 |
RUN apt-get install git-lfs
|
|
|
21 |
RUN apt-get update
|
22 |
|
23 |
RUN git clone https://huggingface.co/szymonrucinski/good-mood/
|
|
|
18 |
RUN pip install moviepy
|
19 |
RUN mkdir -m 777 flagged
|
20 |
RUN apt-get install git-lfs
|
21 |
+
RUN apt-get install ffmpeg
|
22 |
RUN apt-get update
|
23 |
|
24 |
RUN git clone https://huggingface.co/szymonrucinski/good-mood/
|