We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b1df6 commit 37eb7fcCopy full SHA for 37eb7fc
nemo_run/core/execution/lepton.py
@@ -53,7 +53,9 @@ class LeptonExecutor(Executor):
53
node_group: str = ""
54
mounts: list[dict[str, Any]] = field(default_factory=list)
55
lepton_job_dir: str = field(init=False, default="")
56
- image_pull_secrets: list[str] = field(default_factory=list) # Image pull secrets for container registry authentication
+ image_pull_secrets: list[str] = field(
57
+ default_factory=list
58
+ ) # Image pull secrets for container registry authentication
59
custom_spec: dict[str, Any] = field(default_factory=dict)
60
pre_launch_commands: list[str] = field(default_factory=list) # Custom commands before launch
61
0 commit comments