Spaces:
Running
Running
Michael Natanael
commited on
Commit
·
817307d
1
Parent(s):
434effd
update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +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 |
|
15 |
COPY --chown=user . /app
|
16 |
# 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 install ffmpeg
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|