We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd512b0 commit e740a96Copy full SHA for e740a96
Dockerfile
@@ -6,7 +6,7 @@ RUN pip install --upgrade pip
6
7
COPY . .
8
9
-RUN python -m pip install ".[cli]"
+RUN python -m pip install ".[cpu,cli]"
10
RUN rembg d
11
12
EXPOSE 7000
0 commit comments