Spaces:
Running
Running
Bump
Browse files- Dockerfile +3 -3
- azure-models.txt +2 -0
Dockerfile
CHANGED
@@ -1,14 +1,14 @@
|
|
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 |
|
6 |
USER 0:0
|
7 |
|
8 |
# HACK for huggingface.co iframe
|
9 |
-
RUN sed -i "s|
|
10 |
|
11 |
-
RUN pip install "litellm[proxy]==1.
|
12 |
USER 1000:0
|
13 |
|
14 |
COPY ./azure-models.txt /assets/azure-models.txt
|
|
|
1 |
# Building from source is too slow, so let's just customize the existing image
|
2 |
+
FROM ghcr.io/open-webui/open-webui:git-7228b39
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
6 |
USER 0:0
|
7 |
|
8 |
# HACK for huggingface.co iframe
|
9 |
+
RUN sed -i "s|samesite=WEBUI_SESSION_COOKIE_SAME_SITE|samesite='none'|g" backend/open_webui/apps/webui/routers/auths.py
|
10 |
|
11 |
+
RUN pip install "litellm[proxy]==1.51.2" && chown -R 1000:0 /app
|
12 |
USER 1000:0
|
13 |
|
14 |
COPY ./azure-models.txt /assets/azure-models.txt
|
azure-models.txt
CHANGED
@@ -23,3 +23,5 @@ Phi-3-mini-4k-instruct
|
|
23 |
Phi-3-small-128k-instruct
|
24 |
Phi-3-small-8k-instruct
|
25 |
Phi-3.5-mini-instruct
|
|
|
|
|
|
23 |
Phi-3-small-128k-instruct
|
24 |
Phi-3-small-8k-instruct
|
25 |
Phi-3.5-mini-instruct
|
26 |
+
o1-preview
|
27 |
+
o1-mini
|