Fix opencv support in dockers

This commit is contained in:
allegroai 2019-10-29 21:21:33 +02:00
parent 2ea9c9e964
commit b1d5b87bde

View File

@ -1645,7 +1645,7 @@ class Worker(ServiceCommandSection):
"echo 'Binary::apt::APT::Keep-Downloaded-Packages \"true\";' > /etc/apt/apt.conf.d/docker-clean ; "
"chown -R root /root/.cache/pip ; "
"apt-get update ; "
"apt-get install -y git libsm6 libxext6 libxrender-dev {python_single_digit}-pip ; "
"apt-get install -y git libsm6 libxext6 libxrender-dev libglib2.0-0 {python_single_digit}-pip ; "
"{python} -m pip install -U pip ; "
"{python} -m pip install -U trains-agent ; "
"{python} -u -m trains_agent ".format(