Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ ENV TRANSFORMERS_CACHE=/cache
|
|
17 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
18 |
|
19 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
20 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
17 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
18 |
|
19 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
20 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|