Update Dockerfile
Browse files- 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 \
|