mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 19:35:55 +08:00
commit
6ed08b6914
@ -4,6 +4,8 @@ WORKDIR /rembg
|
|||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN python -m pip install ".[cpu,cli]"
|
RUN python -m pip install ".[cpu,cli]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user