mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Add agent.docker_install_opencv_libs (default: True) to enable auto opencv libs install for faster docker spin-up
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user