Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
•
69c4c4c
1
Parent(s):
bc0973c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ FROM python:3.10.9
|
|
16 |
|
17 |
WORKDIR /code
|
18 |
|
19 |
-
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
21 |
|
22 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
16 |
|
17 |
WORKDIR /code
|
18 |
|
19 |
+
RUN mkdir /code/cache && chmod a+w /code/cache && chmod a+rwx /code
|
20 |
|
21 |
|
22 |
COPY ./requirements.txt /code/requirements.txt
|