Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt install software-properties-common -y
|
|
| 8 |
|
| 9 |
RUN add-apt-repository multiverse; dpkg --add-architecture i386; apt update
|
| 10 |
|
| 11 |
-
RUN apt install lib32gcc-s1 -y
|
| 12 |
|
| 13 |
RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
RUN add-apt-repository multiverse; dpkg --add-architecture i386; apt update
|
| 10 |
|
| 11 |
+
RUN apt install lib32gcc-s1 zstd tar -y
|
| 12 |
|
| 13 |
RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
|
| 14 |
|