Update Dockerfile
Browse files- 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
|
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 pip3 install -U "huggingface_hub[cli]"
|
28 |
|
29 |
RUN huggingface-cli login --token $HF_TOKEN --add-to-git-credential
|
30 |
#USER appuser
|