bep40 commited on
Commit
43f1b7d
·
verified ·
1 Parent(s): 0a11916

Delete Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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"]