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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ ENV PORT="7860"
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 && \
20
  chmod -R 777 /.cache
 
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
+ ENV PATH="/root/.local/bin:$PATH"
19
+
20
  RUN poetry install --only main
21
  RUN mkdir -p /.cache && \
22
  chmod -R 777 /.cache