SimFG commited on
Commit
5538379
·
1 Parent(s): 8b33f46

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV LOG_LEVEL="info"
13
  ENV PORT="7860"
14
 
15
  # Install Poetry
16
- RUN pip install poetry tiktoken==0.4.0 fastapi==0.95.1 uvicorn==0.22.0 httpx==0.24.0 socksio==1.0.0
17
 
18
  RUN poetry install --only main
19
  RUN mkdir -p /.cache && \
 
13
  ENV PORT="7860"
14
 
15
  # Install Poetry
16
+ RUN pip install --user poetry tiktoken==0.4.0 fastapi==0.95.1 uvicorn==0.22.0 httpx==0.24.0 socksio==1.0.0
17
 
18
  RUN poetry install --only main
19
  RUN mkdir -p /.cache && \