Skip to content

Commit

Permalink
Merge pull request #415 from aston-github/update-partition
Browse files Browse the repository at this point in the history
Update partition-gpus image for H200
  • Loading branch information
aston-github authored Dec 3, 2024
2 parents 2987e3e + db2bc3c commit 3778bd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nvidia-driver-installer/cos/daemonset-nvidia-mig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
mountPath: /root
- name: cos-tools
mountPath: /build/cos-tools
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:e226275da6c45816959fe43cde907ee9a85c6a2aa8a429418a4cadef8ecdb86a"
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:116be6b7335c1d34366223b9a3780fe80d862fcf06cd2c580426fdc1697af693"
name: partition-gpus
env:
- name: LD_LIBRARY_PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
/cos-gpu-installer install --version=latest || exit 1
chmod 755 /root/home/kubernetes/bin/nvidia
fi
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:e226275da6c45816959fe43cde907ee9a85c6a2aa8a429418a4cadef8ecdb86a"
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:116be6b7335c1d34366223b9a3780fe80d862fcf06cd2c580426fdc1697af693"
name: partition-gpus
env:
- name: LD_LIBRARY_PATH
Expand Down
2 changes: 1 addition & 1 deletion nvidia-driver-installer/cos/daemonset-preloaded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
echo "No GPU driver module detected, installing now"
/cos-gpu-installer install || exit 1
fi
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:e226275da6c45816959fe43cde907ee9a85c6a2aa8a429418a4cadef8ecdb86a"
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:116be6b7335c1d34366223b9a3780fe80d862fcf06cd2c580426fdc1697af693"
name: partition-gpus
env:
- name: LD_LIBRARY_PATH
Expand Down

0 comments on commit 3778bd8

Please sign in to comment.