Skip to content

Commit

Permalink
forgot to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jul 4, 2023
1 parent d1ea7c9 commit 32e4f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def _generate_task_image(
data.update(node_requirements=_compute_node_requirements(node_resources))
data.update(boot_mode=_compute_node_boot_mode(node_resources))
if node_labels:
data.update(envs={})
data.update(envs=_compute_node_envs(node_labels))
if node_extras and node_extras.container_spec:
data.update(command=node_extras.container_spec.command)
return Image.parse_obj(data)
Expand Down

0 comments on commit 32e4f19

Please sign in to comment.