fix docker file

This commit is contained in:
Daniel Gatis 2024-11-20 09:41:13 -03:00
parent bd512b08cb
commit e740a9681e

View File

@ -6,7 +6,7 @@ RUN pip install --upgrade pip
COPY . .
RUN python -m pip install ".[cli]"
RUN python -m pip install ".[cpu,cli]"
RUN rembg d
EXPOSE 7000