xrp commited on
Commit
09d2d3a
·
verified ·
1 Parent(s): 3ab894e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -2,6 +2,10 @@ FROM python:3.11
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
 
 
 
 
5
  RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
6
 
7
  RUN useradd -m -u 1000 user
 
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
+ RUN add-apt-repository multiverse; sudo dpkg --add-architecture i386; sudo apt update
6
+
7
+ RUN apt install lib32gcc-s1
8
+
9
  RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
10
 
11
  RUN useradd -m -u 1000 user