From 2b815354e0c4bcb2fded72aaa8f6aba159ad8e4d Mon Sep 17 00:00:00 2001 From: Alex Burlacu Date: Thu, 24 Aug 2023 18:53:00 +0300 Subject: [PATCH] Improve file mode comment --- clearml_agent/backend_api/config/default/agent.conf | 6 ++++-- docs/clearml.conf | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/clearml_agent/backend_api/config/default/agent.conf b/clearml_agent/backend_api/config/default/agent.conf index cd2efdb..b6cf157 100644 --- a/clearml_agent/backend_api/config/default/agent.conf +++ b/clearml_agent/backend_api/config/default/agent.conf @@ -206,7 +206,7 @@ default_docker: { # default docker image to use when running in docker mode - image: "nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04" + image: "nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04" # optional arguments to pass to docker image # arguments: ["--ipc=host", ] @@ -302,6 +302,8 @@ # target_format: format used to encode contents before writing into the target file. Supported values are json, # yaml, yml and bytes (in which case the file will be written in binary mode). Default is text mode. # overwrite: overwrite the target file in case it exists. Default is true. + # mode: file-system mode to be applied to the file after its creation. The mode string will be parsed into an + # integer (e.g. "0o777" for -rwxrwxrwx) # # Example: # files { @@ -367,7 +369,7 @@ # Notice: Matching is done via regular expression, for example "^searchme$" will match exactly "searchme$" string # # "default_docker": { - # "image": "nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04", + # "image": "nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04", # # optional arguments to pass to docker image # # arguments: ["--ipc=host", ] # "match_rules": [ diff --git a/docs/clearml.conf b/docs/clearml.conf index 296e500..637410a 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -208,7 +208,7 @@ agent { default_docker: { # default docker image to use when running in docker mode - image: "nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04" + image: "nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04" # optional arguments to pass to docker image # arguments: ["--ipc=host"] @@ -218,7 +218,7 @@ agent { # enterprise version only # match_rules: [ # { - # image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04" + # image: "nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04" # arguments: "-e define=value" # match: { # script{ @@ -239,7 +239,7 @@ agent { # } # }, # { - # image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04" + # image: "nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04" # arguments: "-e define=value" # match: { # # must match all requirements (not partial)