xrp commited on
Commit
afda180
·
verified ·
1 Parent(s): 47342ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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