API-Handler commited on
Commit
616ac53
·
verified ·
1 Parent(s): 49df55c

Upload Dockerfile

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