Spaces:
Sleeping
Sleeping
Commit
·
d8751a6
1
Parent(s):
85f179c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN mkdir -p /.cache/huggingface/hub
|
|
18 |
RUN chown -R root:root /.cache/huggingface/hub
|
19 |
RUN chmod -R 777 /.cache/huggingface/hub
|
20 |
|
21 |
-
CMD ["uvicorn", "
|
|
|
18 |
RUN chown -R root:root /.cache/huggingface/hub
|
19 |
RUN chmod -R 777 /.cache/huggingface/hub
|
20 |
|
21 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|