API-Handler commited on
Commit
e5e93d6
·
verified ·
1 Parent(s): a4169d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -2,10 +2,6 @@ FROM python:3.10
2
 
3
  WORKDIR /code
4
 
5
- COPY ./requirements.txt /code/requirements.txt
6
-
7
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
-
9
  COPY . .
10
 
11
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/api_handler.py
 
2
 
3
  WORKDIR /code
4
 
 
 
 
 
5
  COPY . .
6
 
7
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/api_handler.py