lsfstar commited on
Commit
6e9d116
·
verified ·
1 Parent(s): dda937c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -14,9 +14,5 @@ COPY . /home/user/app/
14
  RUN pip install --user --upgrade pip
15
  RUN pip install -r requirements.txt
16
 
17
- ENV PATH="/home/user/.local/bin:$PATH"
18
-
19
- COPY --chown=user --from=builder /io/target/wheels/*.whl .
20
- RUN pip install --user *.whl
21
  EXPOSE 7860
22
  CMD ["python", "index.py", "production"]
 
14
  RUN pip install --user --upgrade pip
15
  RUN pip install -r requirements.txt
16
 
 
 
 
 
17
  EXPOSE 7860
18
  CMD ["python", "index.py", "production"]