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

chore: update open-webui to 0.6.9

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.7
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.9
27
 
28
  EXPOSE 8080
29