zhengr commited on
Commit
a0a5826
·
verified ·
1 Parent(s): d8ffda1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt update && apt install -y python3 && apt install -y python3-pip
10
  RUN pip3 install litellm
11
  RUN pip3 install 'litellm[proxy]'
12
 
13
- #ENV SERVER_ROOT_PATH="/api"
14
 
15
  EXPOSE 4000
16
 
 
10
  RUN pip3 install litellm
11
  RUN pip3 install 'litellm[proxy]'
12
 
13
+ ENV SERVER_ROOT_PATH="/api"
14
 
15
  EXPOSE 4000
16