Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -27,8 +27,5 @@ COPY . .
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
-
RUN pipenv run pip install
|
31 |
-
RUN pipenv run pip install git+https://github.com/Akane7101/enkacard
|
32 |
-
RUN pipenv run pip install git+https://github.com/Akane7101/StarRailCard
|
33 |
-
RUN pipenv run pip install git+https://github.com/Akane7101/EnkaNetwork.py
|
34 |
CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
|
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
+
RUN pipenv run pip install Crypto fastapi asyncio uvicorn requests cloudinary
|
|
|
|
|
|
|
31 |
CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]
|