Update example

This commit is contained in:
allegroai 2021-02-04 10:41:20 +02:00
parent 71c45fcdd3
commit 4edec4b74a

View File

@ -34,9 +34,9 @@ task = Task.init(
)
# set the base docker including the mount point for the file server data data
file_server_mount = "/opt/trains/data/fileserver/"
file_server_mount = "/opt/clearml/data/fileserver/"
task.set_base_docker(
"ubuntu:18.04 -v /opt/trains/data/fileserver/:{}".format(file_server_mount)
"ubuntu:18.04 -v /opt/clearml/data/fileserver/:{}".format(file_server_mount)
)
# args for the running task