Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,6 +9,8 @@ COPY ./requirements.txt /content/requirements.txt
|
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
11 |
|
|
|
|
|
12 |
COPY . .
|
13 |
|
14 |
RUN adduser --disabled-password --gecos '' admin
|
|
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
11 |
|
12 |
+
RUN apt-get install -y ffmpeg
|
13 |
+
|
14 |
COPY . .
|
15 |
|
16 |
RUN adduser --disabled-password --gecos '' admin
|