Spaces:
Sleeping
Sleeping
initial commit
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,4 +10,6 @@ RUN pip install -r requirements.txt
|
|
10 |
|
11 |
EXPOSE 7860
|
12 |
|
|
|
|
|
13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
10 |
|
11 |
EXPOSE 7860
|
12 |
|
13 |
+
RUN chmod -R 777 /.cache
|
14 |
+
|
15 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|