Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse filesTry to fix permissions issue
- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
-
RUN
|
|
|
14 |
|
15 |
EXPOSE 7860
|
16 |
|
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
+
RUN mkdir -p /.cache
|
14 |
+
RUN chmod 777 /.cache
|
15 |
|
16 |
EXPOSE 7860
|
17 |
|