Yaya86 commited on
Commit
92889f4
1 Parent(s): de90e56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN apt update
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
 
 
23
 
24
  RUN apt install python3-pip -y
25
 
26
+ RUN pip install "huggingface_hub[cli]"
27
 
28
  #RUN chown -R appuser:appuser /home/appuser
29