Skip to content

Commit 5ea44de

Browse files
committed
Add Slurm task prolog/epilog patch to image build
1 parent 034a207 commit 5ea44de

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/machine-learning/build-service-images/a3m/blueprint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ deployment_groups:
5757
"install_managed_lustre": true,
5858
"install_gcsfuse": true,
5959
"monitoring_agent": "cloud-ops",
60+
"slurm_patch_files": ["task_prolog_epilog.patch"],
6061
"use_open_drivers": true
6162
}
6263
- type: shell

examples/machine-learning/build-service-images/common/blueprint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ deployment_groups:
4848
"install_managed_lustre": true,
4949
"install_nvidia_repo": true,
5050
"install_ompi": true,
51+
"slurm_patch_files": ["task_prolog_epilog.patch"],
5152
"allow_kernel_upgrades": false,
5253
"monitoring_agent": "cloud-ops",
5354
}

examples/machine-learning/build-service-images/shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ vars:
1616
region: us-central1
1717
zone: us-central1-a
1818

19-
slurm_gcp_version: 6.10.0
19+
slurm_gcp_version: 6.10.4
2020

2121
# to supply
2222
family:

0 commit comments

Comments
 (0)