Update and rename pylint.yml to rocm-sanity.yml #1
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
name: Print Environment Variables | |
on: [push] | |
jobs: | |
print-env: | |
runs-on: rocm-1 | |
steps: | |
- name: Print Environment Variables | |
run: printenv | |
- name: try rocm-smi | |
run: docker run -it $RENDER_DEVICES --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --shm-size=64G rocm/rocm-terminal rocm-smi |