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