Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -5,7 +5,8 @@ FROM python:3.9-slim
|
|
5 |
ENV FLASK_APP=app.py
|
6 |
ENV FLASK_RUN_HOST=0.0.0.0
|
7 |
ENV FLASK_RUN_PORT=80
|
8 |
-
ENV XDG_CACHE_HOME=/app/.cache
|
|
|
9 |
|
10 |
# Install ffmpeg and other dependencies
|
11 |
RUN apt-get update && \
|
|
|
5 |
ENV FLASK_APP=app.py
|
6 |
ENV FLASK_RUN_HOST=0.0.0.0
|
7 |
ENV FLASK_RUN_PORT=80
|
8 |
+
ENV XDG_CACHE_HOME=/app/.cache
|
9 |
+
# Set a writable cache directory
|
10 |
|
11 |
# Install ffmpeg and other dependencies
|
12 |
RUN apt-get update && \
|