Merge pull request #712 from ironnicko/main

add curl to Docker image
This commit is contained in:
Daniel Gatis 2025-01-19 19:55:55 -03:00 committed by GitHub
commit 6ed08b6914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]"