Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,4 +34,4 @@ RUN git clone https://github.com/facebookresearch/detectron2.git /app/detectron2
|
|
| 34 |
RUN pip install --no-cache-dir -e /app/detectron2
|
| 35 |
|
| 36 |
EXPOSE 7860
|
| 37 |
-
CMD ["uvicorn", "
|
|
|
|
| 34 |
RUN pip install --no-cache-dir -e /app/detectron2
|
| 35 |
|
| 36 |
EXPOSE 7860
|
| 37 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|