Yaya86 commited on
Commit
de90e56
1 Parent(s): 7e53ce3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -23,6 +23,8 @@ RUN apt update
23
 
24
  RUN apt install python3-pip -y
25
 
 
 
26
  #RUN chown -R appuser:appuser /home/appuser
27
 
28
  #RUN apt-get update && apt-get install -y \
 
23
 
24
  RUN apt install python3-pip -y
25
 
26
+ RUN pip install "huggingface_hub[cli]" -y
27
+
28
  #RUN chown -R appuser:appuser /home/appuser
29
 
30
  #RUN apt-get update && apt-get install -y \