We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb4521 commit 19af940Copy full SHA for 19af940
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /auto-pytorch
4
5
# install linux packages
6
RUN apt-get update
7
+# Install missing opencv dependencies
8
+RUN apt-get install ffmpeg libsm6 libxext6 -y
9
10
# Set the locale
11
# workaround for https://github.com/automl/auto-sklearn/issues/867
0 commit comments