tachibanaa710 commited on
Commit
63b9bb9
·
verified ·
1 Parent(s): b5d3e2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ COPY . .
27
 
28
  EXPOSE 7860
29
 
30
- RUN pipenv run pip install uvicorn fastapi git+https://github.com/Berogov/BerogovPyCAI
31
 
32
 
33
  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 uvicorn fastapi git+https://github.com/Xtr4F/PyCharacterAI
31
 
32
 
33
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]