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 8487dae commit 9ace730Copy full SHA for 9ace730
vec_inf/client/_slurm_templates.py
@@ -74,7 +74,7 @@ class SlurmScriptTemplate(TypedDict):
74
shebang: ShebangConfig
75
container_setup: list[str]
76
imports: str
77
- env_vars: list[str]
+ container_env_vars: list[str]
78
container_command: str
79
activate_venv: str
80
server_setup: ServerSetupConfig
0 commit comments