Spaces:
Sleeping
Sleeping
Update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -58,6 +58,7 @@ RUN --mount=type=cache,target=/tmp/uv-cache \
|
|
58 |
|
59 |
# Create cache directories for Hugging Face
|
60 |
RUN mkdir -p /app/.cache/hub
|
|
|
61 |
|
62 |
# Add virtual environment to PATH
|
63 |
ENV PATH="/app/.venv/bin:$PATH"
|
|
|
58 |
|
59 |
# Create cache directories for Hugging Face
|
60 |
RUN mkdir -p /app/.cache/hub
|
61 |
+
RUN chmod -R 777 /app/.cache/hub
|
62 |
|
63 |
# Add virtual environment to PATH
|
64 |
ENV PATH="/app/.venv/bin:$PATH"
|