Small edits (#658)

This commit is contained in:
pollfly
2023-08-27 10:23:06 +03:00
committed by GitHub
parent b98f716486
commit 6bd34ba260
4 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ Compatible with Docker versions 0.6.5 and above
**`agent.docker_install_opencv_libs`** (*bool*)
* Install the required packages for opencv libraries (libsm6 libxext6 libxrender-dev libglib2.0-0), for backwards
* Install the required packages for opencv libraries (`libsm6 libxext6 libxrender-dev libglib2.0-0`), for backwards
compatibility reasons. Change to `false` to skip installation and decrease docker spin-up time.
---