Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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 |
|