badman99dev commited on
Commit
2f66dee
·
verified ·
1 Parent(s): 698240f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y \
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
 
 
19
  unzip \
20
  procps \
21
  inotify-tools \
22
+ && export PATH="/root/.local/bin:$PATH" \
23
+ && curl -LsSf https://hf.co/cli/install.sh | bash \
24
  && rm -rf /var/lib/apt/lists/*
25
 
26