mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-18 01:45:55 +08:00
add curl to Docker image
This commit is contained in:
parent
262beb05ee
commit
8a5d7d5a6d
@ -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]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user