Skip to content

Commit a67fdf5

Browse files
author
Bernhard B
committed
fixed bug in Dockerfile.grabcut
1 parent 65e4ba2 commit a67fdf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env/docker/Dockerfile.grabcut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN apt-get update \
88

99
RUN mkdir -p /tmp/grabcut
1010

11-
COPY src/grabcut.py /tmp/grabcut/grabcut.py
11+
COPY src/grabcut/grabcut.py /tmp/grabcut/grabcut.py
1212

1313
CMD [ "python", "-u", "/tmp/grabcut/grabcut.py" ]

0 commit comments

Comments
 (0)