Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
20 |
COPY . .
|
21 |
|
22 |
# Create writable directory for database and cache
|
23 |
-
RUN
|
24 |
|
25 |
# Set environment variables for Hugging Face cache
|
26 |
ENV TRANSFORMERS_CACHE=/app/.cache
|
|
|
20 |
COPY . .
|
21 |
|
22 |
# Create writable directory for database and cache
|
23 |
+
RUN chmod -R 777 /app
|
24 |
|
25 |
# Set environment variables for Hugging Face cache
|
26 |
ENV TRANSFORMERS_CACHE=/app/.cache
|