Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,6 +16,8 @@ RUN chown -R appuser:appgroup /app
|
|
16 |
USER root
|
17 |
|
18 |
RUN mkdir -p /app/.cache/huggingface
|
|
|
|
|
19 |
RUN apt-get update && apt-get install -y git
|
20 |
|
21 |
# Install Python dependencies
|
|
|
16 |
USER root
|
17 |
|
18 |
RUN mkdir -p /app/.cache/huggingface
|
19 |
+
RUN chmod -R 777 /app/.cache
|
20 |
+
|
21 |
RUN apt-get update && apt-get install -y git
|
22 |
|
23 |
# Install Python dependencies
|