Skip to content

Commit

Permalink
fix opencv for docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Jan 3, 2022
1 parent 03a55fa commit c501cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ADD . /auto-pytorch/
# Upgrade pip then install dependencies
RUN pip3 install --upgrade pip
RUN pip3 install pytest==4.6.* pep8 codecov pytest-cov flake8 flaky openml
RUN apt install -y libgl1-mesa-glx
RUN cat /auto-pytorch/requirements.txt | xargs -n 1 -L 1 pip3 install
RUN pip3 install jupyter

Expand Down

0 comments on commit c501cf2

Please sign in to comment.