mzwing commited on
Commit
1bb8c5f
·
verified ·
1 Parent(s): 5a0c9bc

chore: update open-webui to 0.6.7

Browse files
Files changed (1) hide show
  1. 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.5
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