Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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"]
|