Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,5 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
# Set port Hugging Face expects
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
-
# Run the FastAPI app on port
|
| 17 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 13 |
# Set port Hugging Face expects
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
+
# Run the FastAPI app on port 7860
|
| 17 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|