Skip to content

Commit c501cf2

Browse files
committed
fix opencv for docker file
1 parent 03a55fa commit c501cf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ADD . /auto-pytorch/
3333
# Upgrade pip then install dependencies
3434
RUN pip3 install --upgrade pip
3535
RUN pip3 install pytest==4.6.* pep8 codecov pytest-cov flake8 flaky openml
36+
RUN apt install -y libgl1-mesa-glx
3637
RUN cat /auto-pytorch/requirements.txt | xargs -n 1 -L 1 pip3 install
3738
RUN pip3 install jupyter
3839

0 commit comments

Comments
 (0)