itriedcoding commited on
Commit
2bb8fee
·
verified ·
1 Parent(s): 41e9565

Delete Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -14
Dockerfile DELETED
@@ -1,14 +0,0 @@
1
- FROM python:3.11-slim
2
-
3
- WORKDIR /app
4
-
5
- RUN pip install --no-cache-dir \
6
- gradio==3.50.2 \
7
- torch \
8
- --extra-index-url https://download.pytorch.org/whl/cpu \
9
- tokenizers \
10
- huggingface_hub
11
-
12
- COPY app.py /app/
13
-
14
- CMD ["python", "app.py"]