tang-x commited on
Commit
9ce9cee
·
verified ·
1 Parent(s): 8095e04

Update Dockerfile

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