Spaces:
Runtime error
Runtime error
Erythrocyte3803
commited on
Commit
·
78549b6
1
Parent(s):
0f7ab78
UPDATE
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ WORKDIR /app
|
|
| 5 |
ENV NUMBA_CACHE_DIR=/app/cache
|
| 6 |
RUN mkdir -p /app/cache
|
| 7 |
RUN mkdir -p /nltk_data
|
|
|
|
| 8 |
|
| 9 |
COPY ./requirements.txt requirements.txt
|
| 10 |
|
|
|
|
| 5 |
ENV NUMBA_CACHE_DIR=/app/cache
|
| 6 |
RUN mkdir -p /app/cache
|
| 7 |
RUN mkdir -p /nltk_data
|
| 8 |
+
RUN apt update && apt install -y ffmpeg
|
| 9 |
|
| 10 |
COPY ./requirements.txt requirements.txt
|
| 11 |
|