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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -4,8 +4,9 @@ WORKDIR /code
4
 
5
  COPY . .
6
 
7
- RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/api_handler.py
8
- RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/main.py
9
- RUN wget https://huggingface.co/datasets/DevsDoCode/openai/resolve/main/models.py
 
10
 
11
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
4
 
5
  COPY . .
6
 
7
+
8
+ RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/apiHandler.js
9
+ RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/api_keys.txt
10
+ RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/server.js
11
 
12
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]