From 5f0d51d485629e9dfc2d826622524461e3fcae8a Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 7 Apr 2021 18:48:30 +0300 Subject: [PATCH] Add documentation for agent.docker_install_opencv_libs --- docs/clearml.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/clearml.conf b/docs/clearml.conf index f82ff57..bd0c7eb 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -135,6 +135,11 @@ agent { # optional shell script to run in docker when started before the experiment is started # extra_docker_shell_script: ["apt-get install -y bindfs", ] + # Install the required packages for opencv libraries (libsm6 libxext6 libxrender-dev libglib2.0-0), + # for backwards compatibility reasons, true as default, + # change to false to skip installation and decrease docker spin up time + # docker_install_opencv_libs: true + # set to true in order to force "docker pull" before running an experiment using a docker image. # This makes sure the docker image is updated. docker_force_pull: false