Grinding commited on
Commit
14fb632
·
verified ·
1 Parent(s): b470e19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,5 +20,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
20
  COPY ./app /code/app
21
 
22
  # Command to run the application
23
- # The port must be 10000 for HugSging Face Spaces
24
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "10000"]
 
20
  COPY ./app /code/app
21
 
22
  # Command to run the application
23
+ # The port must be 10000 for Hugging Face Spaces
24
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "10000"]