SimFG commited on
Commit
bbcf422
·
1 Parent(s): 761eb0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ ENV PORT="7860"
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
  RUN pip install --user poetry
18
 
19
- # ENV PATH="/root/.local/bin:$PATH"
20
 
21
  # Expose the port the app runs on
22
  EXPOSE 7860
 
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
  RUN pip install --user poetry
18
 
19
+ ENV PATH="/root/.local/bin:$PATH"
20
 
21
  # Expose the port the app runs on
22
  EXPOSE 7860