Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
•
dbc9cdc
1
Parent(s):
476bb2f
fix
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ USER user
|
|
7 |
ENV HOME=/home/user \
|
8 |
PATH=/home/user/.local/bin:$PATH
|
9 |
|
|
|
|
|
10 |
COPY requirements.txt requirements.txt
|
11 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
12 |
|
|
|
7 |
ENV HOME=/home/user \
|
8 |
PATH=/home/user/.local/bin:$PATH
|
9 |
|
10 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
11 |
+
|
12 |
COPY requirements.txt requirements.txt
|
13 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
14 |
|