Skip to content

Commit

Permalink
add missing opencv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Jul 21, 2022
1 parent ccbb94a commit 45db446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /auto-pytorch

# install linux packages
RUN apt-get update
# Install missing opencv dependencies
RUN apt-get install ffmpeg libsm6 libxext6 -y

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

0 comments on commit 45db446

Please sign in to comment.