Spaces:
Runtime error
Runtime error
quyip
commited on
Commit
·
5b5e788
1
Parent(s):
4e6f554
fix
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
|
|
|
|
6 |
WORKDIR /code
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
+
RUN mkdir /.cache && chmod 660 /.cache
|
7 |
+
|
8 |
WORKDIR /code
|
9 |
|
10 |
COPY ./requirements.txt /code/requirements.txt
|