Add agent.docker_install_opencv_libs (default: True) to enable auto opencv libs install for faster docker spin-up

This commit is contained in:
allegroai
2021-04-07 18:45:44 +03:00
parent 0e8f1528b1
commit e71e6865d2
3 changed files with 34 additions and 16 deletions

View File

@@ -45,6 +45,7 @@ class K8sIntegration(Worker):
"--namespace={namespace}"
BASH_INSTALL_SSH_CMD = [
"apt-get update",
"apt-get install -y openssh-server",
"mkdir -p /var/run/sshd",
"echo 'root:training' | chpasswd",