Yaya86 commited on
Commit
28c09f5
1 Parent(s): afad640

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -21,7 +21,9 @@ RUN userdel ubuntu && useradd -m -u 1000 appuser
21
 
22
  #RUN chown -R appuser:appuser /home/appuser
23
 
24
- RUN python3 -m pip install --upgrade pip setuptools wheel
 
 
25
  RUN pip install -U "huggingface_hub[cli]"
26
 
27
  RUN huggingface-cli login --token $HF_TOKEN --add-to-git-credential
 
21
 
22
  #RUN chown -R appuser:appuser /home/appuser
23
 
24
+ RUN apt-get update && apt-get install -y \
25
+ python3-pip
26
+
27
  RUN pip install -U "huggingface_hub[cli]"
28
 
29
  RUN huggingface-cli login --token $HF_TOKEN --add-to-git-credential