mirror of
https://github.com/clearml/clearml
synced 2025-06-14 10:28:41 +00:00
Update example
This commit is contained in:
parent
71c45fcdd3
commit
4edec4b74a
@ -34,9 +34,9 @@ task = Task.init(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# set the base docker including the mount point for the file server data data
|
# 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(
|
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
|
# args for the running task
|
||||||
|
Loading…
Reference in New Issue
Block a user