Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -22,5 +22,7 @@ RUN chown -R 1000:0 .
|
|
| 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"]
|
|
|
|
| 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"]
|