Spaces:
Running
Running
Update open-webui (git-8dbac0f) and litellm (1.47.0)
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Building from source is too slow, so let's just customize the existing image
|
2 |
-
FROM ghcr.io/open-webui/open-webui:git-
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
@@ -8,7 +8,7 @@ USER 0:0
|
|
8 |
# HACK for huggingface.co iframe
|
9 |
RUN sed -i "s|set_cookie(|set_cookie(samesite='none',secure=True,|g" backend/open_webui/apps/webui/routers/auths.py
|
10 |
|
11 |
-
RUN pip install "litellm[proxy]==1.
|
12 |
USER 1000:0
|
13 |
|
14 |
COPY ./start.sh /start.sh
|
|
|
1 |
# Building from source is too slow, so let's just customize the existing image
|
2 |
+
FROM ghcr.io/open-webui/open-webui:git-8dbac0f
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
|
|
8 |
# HACK for huggingface.co iframe
|
9 |
RUN sed -i "s|set_cookie(|set_cookie(samesite='none',secure=True,|g" backend/open_webui/apps/webui/routers/auths.py
|
10 |
|
11 |
+
RUN pip install "litellm[proxy]==1.47.0" && chown -R 1000:0 /app
|
12 |
USER 1000:0
|
13 |
|
14 |
COPY ./start.sh /start.sh
|