howtomakepplragequit commited on
Commit
c4b4a36
·
verified ·
1 Parent(s): ac58efe

Delete DOCKERFILE

Browse files
Files changed (1) hide show
  1. DOCKERFILE +0 -11
DOCKERFILE DELETED
@@ -1,11 +0,0 @@
1
- FROM python:3.10-slim
2
-
3
- RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
4
-
5
- RUN pip install --upgrade pip
6
- RUN pip install torch transformers fastapi uvicorn bitsandbytes accelerate
7
-
8
- WORKDIR /app
9
- COPY main.py .
10
-
11
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]