From e740a9681ea32f5c34adce52aa7cc0b4b85bbb11 Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Wed, 20 Nov 2024 09:41:13 -0300 Subject: [PATCH] fix docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3eb3a52..8905bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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