Yaya86 commited on
Commit
a1c33df
·
verified ·
1 Parent(s): b6518fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN userdel ubuntu && useradd -m -u 1000 appuser
24
  #RUN apt-get update && apt-get install -y \
25
  #python3-pip
26
 
27
- RUN pkgx install huggingface-cli
28
 
29
  RUN huggingface-cli login --token $HF_TOKEN --add-to-git-credential
30
  #USER appuser
 
24
  #RUN apt-get update && apt-get install -y \
25
  #python3-pip
26
 
27
+ RUN pip install huggingface-cli
28
 
29
  RUN huggingface-cli login --token $HF_TOKEN --add-to-git-credential
30
  #USER appuser