Mcanroe commited on
Commit
e68bfca
·
verified ·
1 Parent(s): 206345d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
 
 
 
3
  COPY data-sync.sh data-sync.sh
4
 
5
  RUN chmod -R 777 ./data && \
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
+ RUN apt-get update && apt-get install -y python3 python3-pip
4
+ RUN pip3 install --no-cache-dir huggingface_hub
5
+
6
  COPY data-sync.sh data-sync.sh
7
 
8
  RUN chmod -R 777 ./data && \