2
0
ironnicko 7 сар өмнө
parent
commit
8a5d7d5a6d
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -4,6 +4,8 @@ WORKDIR /rembg
 
 RUN pip install --upgrade pip
 
+RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
+
 COPY . .
 
 RUN python -m pip install ".[cpu,cli]"