Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -22,7 +22,5 @@ RUN chown -R 1000:0 .
|
|
22 |
RUN chmod 777 .
|
23 |
RUN chown -R 1000:0 /usr
|
24 |
RUN chmod 777 /usr
|
25 |
-
RUN chown -R 1000:0 ~/.local
|
26 |
-
RUN chmod 777 ~/.local
|
27 |
|
28 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
22 |
RUN chmod 777 .
|
23 |
RUN chown -R 1000:0 /usr
|
24 |
RUN chmod 777 /usr
|
|
|
|
|
25 |
|
26 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|