Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN pip install -r requirements.txt
|
|
| 28 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 29 |
|
| 30 |
# Expose FastAPI port
|
| 31 |
-
EXPOSE
|
| 32 |
|
| 33 |
# Start the app
|
| 34 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7960"]
|
|
|
|
| 28 |
RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
|
| 29 |
|
| 30 |
# Expose FastAPI port
|
| 31 |
+
EXPOSE 7960
|
| 32 |
|
| 33 |
# Start the app
|
| 34 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7960"]
|