Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pand
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Start the API
|
26 |
-
CMD ["uvicorn", "main:app", "--
|
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Start the API
|
26 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|