Add configuration option to force docker pull

This commit is contained in:
allegroai
2020-01-13 12:11:06 +02:00
parent 23668a403a
commit f2e2e1f94a
3 changed files with 22 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ agent {
# apt cache folder used mapped into docker, for ubuntu package caching
docker_apt_cache = ~/.trains/apt-cache
# 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
default_docker: {
# default docker image to use when running in docker mode
image: "nvidia/cuda"