Spaces:
Sleeping
Sleeping
kasper-boy
commited on
Commit
•
007910e
1
Parent(s):
aec873f
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
|
|
7 |
# Create a writable cache directory
|
8 |
RUN mkdir -p /app/.cache/huggingface
|
9 |
ENV HF_HOME=/app/.cache/huggingface
|
|
|
10 |
|
11 |
# Copy the requirements file into the container
|
12 |
COPY requirements.txt requirements.txt
|
|
|
7 |
# Create a writable cache directory
|
8 |
RUN mkdir -p /app/.cache/huggingface
|
9 |
ENV HF_HOME=/app/.cache/huggingface
|
10 |
+
RUN chmod 777 /app/.cache/huggingface
|
11 |
|
12 |
# Copy the requirements file into the container
|
13 |
COPY requirements.txt requirements.txt
|