Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -4,8 +4,9 @@ WORKDIR /code
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
-
|
8 |
-
RUN wget https://huggingface.co/datasets/
|
9 |
-
RUN wget https://huggingface.co/datasets/
|
|
|
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"]
|