Spaces:
Running
Running
chore: update open-webui to 0.6.7
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" RYE_TOOLCHA
|
|
23 |
RUN . "$HOME/.rye/env" && \
|
24 |
rye init openwebui && \
|
25 |
cd openwebui && \
|
26 |
-
rye add huggingface_hub[hf_xet] open-webui==0.6.
|
27 |
|
28 |
EXPOSE 8080
|
29 |
|
|
|
23 |
RUN . "$HOME/.rye/env" && \
|
24 |
rye init openwebui && \
|
25 |
cd openwebui && \
|
26 |
+
rye add huggingface_hub[hf_xet] open-webui==0.6.7
|
27 |
|
28 |
EXPOSE 8080
|
29 |
|