tachibanaa710 commited on
Commit
09b325b
·
verified ·
1 Parent(s): 810a70d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,5 +27,5 @@ COPY . .
27
 
28
  EXPOSE 7860
29
 
30
- RUN pipenv run pip install pycryptodome fastapi asyncio uvicorn requests google_img_source_search
31
  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 pycryptodome fastapi asyncio uvicorn requests google-image-source-search
31
  CMD [ "pipenv", "run", "python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8", "--timeout-keep-alive", "600" ]