Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -8,9 +8,9 @@ RUN mkdir -p /data
|
|
8 |
|
9 |
RUN mkdir -p /cache
|
10 |
|
11 |
-
RUN chmod 777
|
12 |
|
13 |
-
RUN chmod 777
|
14 |
|
15 |
COPY ./requirements.txt /code/requirements.txt
|
16 |
|
|
|
8 |
|
9 |
RUN mkdir -p /cache
|
10 |
|
11 |
+
RUN chmod 777 ./data
|
12 |
|
13 |
+
RUN chmod 777 ./cache
|
14 |
|
15 |
COPY ./requirements.txt /code/requirements.txt
|
16 |
|