Skip to content

Instantly share code, notes, and snippets.

@DonaldKellett
Created August 15, 2026 03:28
Show Gist options
  • Select an option

  • Save DonaldKellett/c2712ecb4b05b6245f76310c852f7468 to your computer and use it in GitHub Desktop.

Select an option

Save DonaldKellett/c2712ecb4b05b6245f76310c852f7468 to your computer and use it in GitHub Desktop.
Ascend Docker Runtime sanity check
---
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