Skip to content

Commit e740a96

Browse files
committed
fix docker file
1 parent bd512b0 commit e740a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN pip install --upgrade pip
66

77
COPY . .
88

9-
RUN python -m pip install ".[cli]"
9+
RUN python -m pip install ".[cpu,cli]"
1010
RUN rembg d
1111

1212
EXPOSE 7000

0 commit comments

Comments
 (0)