Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN pip install -r requirements.txt
|
|
| 20 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 21 |
EXPOSE 7860
|
| 22 |
|
| 23 |
-
CMD ["uvicorn", "
|
|
|
|
| 20 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 21 |
EXPOSE 7860
|
| 22 |
|
| 23 |
+
CMD ["uvicorn", "app3:app", "--host", "0.0.0.0", "--port", "7860"]
|