Noursine commited on
Commit
31e902a
·
verified ·
1 Parent(s): 127f4ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 7860
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"]