Spaces:
Runtime error
Runtime error
Michael Natanael
commited on
Commit
·
26d763f
1
Parent(s):
c4c6421
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
-
RUN
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|