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