Created
August 15, 2026 03:28
-
-
Save DonaldKellett/c2712ecb4b05b6245f76310c852f7468 to your computer and use it in GitHub Desktop.
Ascend Docker Runtime sanity check
This file contains hidden or 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: | |
| labels: | |
| run: ubuntu | |
| name: ubuntu | |
| spec: | |
| containers: | |
| - args: | |
| - sleep | |
| - infinity | |
| env: | |
| - name: ASCEND_VISIBLE_DEVICES | |
| value: '0' | |
| - name: LD_LIBRARY_PATH | |
| value: '/usr/local/Ascend/driver/lib64:/usr/local/Ascend/driver/lib64/common:/usr/local/dcmi:/usr/local/Ascend/driver/lib64/driver' | |
| image: ubuntu:latest | |
| name: ubuntu | |
| resources: {} | |
| dnsPolicy: ClusterFirst | |
| restartPolicy: Always | |
| runtimeClassName: ascend | |
| status: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment