badman99dev commited on
Commit
698240f
·
verified ·
1 Parent(s): 1672b9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
19
  unzip \
20
  procps \
21
  inotify-tools \
22
- && curl -LsSf https://hf.co/cli/install.sh | bash \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
 
@@ -54,4 +54,4 @@ EXPOSE 7860
54
 
55
 
56
  # 9. Run entrypoint script
57
- CMD ["/entrypoint.sh"]
 
19
  unzip \
20
  procps \
21
  inotify-tools \
22
+ && pip3 install --break-system-packages "huggingface_hub[cli]" \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
 
 
54
 
55
 
56
  # 9. Run entrypoint script
57
+ CMD ["/entrypoint.sh"]