Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ WORKDIR /app
|
|
| 19 |
|
| 20 |
# Create cache directory with proper permissions
|
| 21 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 22 |
-
|
| 23 |
# Set the cache environment variable
|
| 24 |
ENV HF_HOME=/app/cache
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
# Create cache directory with proper permissions
|
| 21 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 22 |
+
RUN mkdir -p /app/output && chmod -R 777 /app/output
|
| 23 |
# Set the cache environment variable
|
| 24 |
ENV HF_HOME=/app/cache
|
| 25 |
|