mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 18:54:20 +00:00
Support docker_init_script in Task
This commit is contained in:
parent
370e92c3dd
commit
b9cb587580
@ -226,6 +226,7 @@ class Task(AttributedDocument):
|
|||||||
hyperparams = SafeMapField(field=SafeMapField(EmbeddedDocumentField(ParamsItem)))
|
hyperparams = SafeMapField(field=SafeMapField(EmbeddedDocumentField(ParamsItem)))
|
||||||
configuration = SafeMapField(field=EmbeddedDocumentField(ConfigurationItem))
|
configuration = SafeMapField(field=EmbeddedDocumentField(ConfigurationItem))
|
||||||
runtime = SafeDictField(default=dict)
|
runtime = SafeDictField(default=dict)
|
||||||
|
docker_init_script = StringField()
|
||||||
|
|
||||||
def get_index_company(self) -> str:
|
def get_index_company(self) -> str:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user