umgefahren
commited on
Commit
·
6064b6f
1
Parent(s):
eb7f180
Add cache
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,4 +28,6 @@ RUN python -m pip install gradio
|
|
28 |
|
29 |
COPY . .
|
30 |
|
|
|
|
|
31 |
CMD ["python", "main.py"]
|
|
|
28 |
|
29 |
COPY . .
|
30 |
|
31 |
+
RUN mkdir /.cache
|
32 |
+
|
33 |
CMD ["python", "main.py"]
|