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