DevsDoCode commited on
Commit
b25bb18
1 Parent(s): 61eb8af

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,6 +11,5 @@ COPY . .
11
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/api_handler.py
12
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/main.py
13
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/models.py
14
- RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/requirements.txt
15
 
16
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
11
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/api_handler.py
12
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/main.py
13
  RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/models.py
 
14
 
15
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]