zhengr commited on
Commit
3089c27
·
verified ·
1 Parent(s): 8bf3021

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -10,11 +10,6 @@ ENV HOME=/home/user \
10
  WORKDIR $HOME/app
11
  COPY --chown=user . $HOME/app
12
 
13
- RUN pwd
14
- RUN ls
15
- RUN pip install litellm
16
- RUN pip install 'litellm[proxy]'
17
-
18
  EXPOSE 9997
19
 
20
  # 设置ENTRYPOINT
 
10
  WORKDIR $HOME/app
11
  COPY --chown=user . $HOME/app
12
 
 
 
 
 
 
13
  EXPOSE 9997
14
 
15
  # 设置ENTRYPOINT