Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- 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"]
|