Fix comments in config files

This commit is contained in:
allegroai 2020-04-09 11:23:45 +03:00
parent fc28467080
commit e660c7f2be
3 changed files with 5 additions and 4 deletions

View File

@ -82,9 +82,9 @@ agent {
# reload configuration file every daemon execution
reload_config: false,
# pip cache folder used mapped into docker, for python package caching
# pip cache folder mapped into docker, used for python package caching
docker_pip_cache = ~/.trains/pip-cache
# apt cache folder used mapped into docker, for ubuntu package caching
# apt cache folder mapped into docker, used for ubuntu package caching
docker_apt_cache = ~/.trains/apt-cache
# optional arguments to pass to docker image

View File

@ -66,9 +66,9 @@
# reload configuration file every daemon execution
reload_config: false,
# pip cache folder used mapped into docker, for python package caching
# pip cache folder mapped into docker, used for python package caching
docker_pip_cache = ~/.trains/pip-cache
# apt cache folder used mapped into docker, for ubuntu package caching
# apt cache folder mapped into docker, used for ubuntu package caching
docker_apt_cache = ~/.trains/apt-cache
# optional arguments to pass to docker image

View File

@ -0,0 +1 @@