mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix Task type in automation examples
This commit is contained in:
@@ -14,7 +14,7 @@ from trains import Task
|
||||
os.environ["TRAINS_DOCKER_IMAGE"] = "nvidia/cuda --network host"
|
||||
|
||||
# initialize TRAINS
|
||||
task = Task.init(project_name="examples", task_name="Remote Jupyter NoteBook")
|
||||
task = Task.init(project_name="examples", task_name="Remote Jupyter NoteBook", task_type=Task.TaskTypes.service)
|
||||
|
||||
# get rid of all the runtime TRAINS
|
||||
preserve = (
|
||||
|
||||
Reference in New Issue
Block a user