Skip to content

Commit 19af940

Browse files
committed
add missing opencv dependencies
1 parent fbb4521 commit 19af940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /auto-pytorch
44

55
# install linux packages
66
RUN apt-get update
7+
# Install missing opencv dependencies
8+
RUN apt-get install ffmpeg libsm6 libxext6 -y
79

810
# Set the locale
911
# workaround for https://github.com/automl/auto-sklearn/issues/867

0 commit comments

Comments
 (0)