Last active
February 12, 2024 19:13
-
-
Save OguzPastirmaci/bce732b7c39e75e2d772efa2abba9338 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: nvidia-version-check | |
spec: | |
restartPolicy: OnFailure | |
containers: | |
- name: nvidia-version-check | |
image: nvidia/cuda:11.7.1-base-ubuntu20.04 | |
command: ["nvidia-smi"] | |
resources: | |
limits: | |
nvidia.com/gpu: "1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment