Spaces:
Sleeping
Sleeping
AichaFa commited on
Commit ·
0fb4ff8
1
Parent(s): 3645ff2
Deploy: Synchronisation avec support Git LFS pour .joblib
Browse files- Dockerfile +3 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
| 17 |
+
|
| 18 |
+
|
requirements.txt
CHANGED
|
@@ -6,4 +6,4 @@ pandas>=2.3.0
|
|
| 6 |
numpy>=2.4.0
|
| 7 |
joblib>=1.5.0
|
| 8 |
pydantic>=2.9.0
|
| 9 |
-
python-multipart>=0.0.12
|
|
|
|
| 6 |
numpy>=2.4.0
|
| 7 |
joblib>=1.5.0
|
| 8 |
pydantic>=2.9.0
|
| 9 |
+
python-multipart>=0.0.12
|