Spaces:
Running
Running
Delete Dockerfile with huggingface_hub
Browse files- Dockerfile +0 -6
Dockerfile
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
FROM python:3.12-slim
|
| 2 |
-
RUN pip install --no-cache-dir flask gunicorn fastapi uvicorn beautifulsoup4 lxml requests httpx
|
| 3 |
-
COPY . /app
|
| 4 |
-
WORKDIR /app
|
| 5 |
-
EXPOSE 7860
|
| 6 |
-
CMD ["gunicorn", "-w", "2", "-k", "uvicorn.workers.UvicornWorker", "-b", "0.0.0.0:7860", "app_v2_entry:app"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|