Spaces:
Runtime error
Runtime error
quyip
commited on
Commit
·
847ce62
1
Parent(s):
5b5e788
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
-
RUN mkdir /.cache && chmod
|
7 |
|
8 |
WORKDIR /code
|
9 |
|
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
+
RUN mkdir /.cache && chmod -R 777 /.cache
|
7 |
|
8 |
WORKDIR /code
|
9 |
|