Spaces:
Sleeping
Sleeping
Commit ·
1753fcd
1
Parent(s): eeb992a
Nettoyage pour déploiement Hugging Face
Browse files- Dockerfile +0 -10
- requirements.txt +0 -1
Dockerfile
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
FROM python:3.10.10
|
| 2 |
-
|
| 3 |
-
WORKDIR /home/app
|
| 4 |
-
|
| 5 |
-
COPY requirements.txt /dependencies/requirements.txt
|
| 6 |
-
RUN pip install -r /dependencies/requirements.txt
|
| 7 |
-
|
| 8 |
-
COPY . /home/app
|
| 9 |
-
|
| 10 |
-
CMD gunicorn app:app --bind 0.0.0.0:$PORT --worker-class uvicorn.workers.UvicornWorker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
gunicorn
|
| 4 |
pydantic
|
| 5 |
pandas
|
|
|
|
| 1 |
fastapi
|
|
|
|
| 2 |
gunicorn
|
| 3 |
pydantic
|
| 4 |
pandas
|