Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -71,4 +71,4 @@ WORKDIR $HOME/app
|
|
71 |
|
72 |
# Expose application port and set default command
|
73 |
RUN ls -a
|
74 |
-
CMD ["uvicorn", "app
|
|
|
71 |
|
72 |
# Expose application port and set default command
|
73 |
RUN ls -a
|
74 |
+
CMD ["uvicorn", "app", "--host", "0.0.0.0", "--port", "7860"]
|