Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@
|
|
| 29 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
|
| 30 |
|
| 31 |
|
|
|
|
| 32 |
FROM python:3.11-slim
|
| 33 |
|
| 34 |
# System dependencies
|
|
|
|
| 29 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
|
| 30 |
|
| 31 |
|
| 32 |
+
|
| 33 |
FROM python:3.11-slim
|
| 34 |
|
| 35 |
# System dependencies
|