diff --git a/docs/clearml.conf b/docs/clearml.conf index 299aac1..8fe12c1 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -118,7 +118,7 @@ agent { # optional arguments to pass to docker image # these are local for this agent and will not be updated in the experiment's docker_cmd section - # extra_docker_arguments: ["--ipc=host", ] + # extra_docker_arguments: ["--ipc=host", "-v", "/mnt/host/data:/mnt/data"] # optional shell script to run in docker when started before the experiment is started # extra_docker_shell_script: ["apt-get install -y bindfs", ]