Add documentation for agent.docker_install_opencv_libs

This commit is contained in:
allegroai 2021-04-07 18:48:30 +03:00
parent 945dd816ad
commit 5f0d51d485

View File

@ -135,6 +135,11 @@ agent {
# optional shell script to run in docker when started before the experiment is started # optional shell script to run in docker when started before the experiment is started
# extra_docker_shell_script: ["apt-get install -y bindfs", ] # 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. # 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. # This makes sure the docker image is updated.
docker_force_pull: false docker_force_pull: false