rajshukla1102 commited on
Commit
fffdf03
·
verified ·
1 Parent(s): e3d615c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ WORKDIR /
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
- # Start the FastAPI app on port 7860, the default port expected by Space
14
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
+ # Start the FastAPI app on port 7860, the default port expected by Spaces
14
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]