Skip to content

Commit

Permalink
Update rocm-sanity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okakarpa authored Sep 20, 2024
1 parent dbf5c1c commit e6bdaff
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/rocm-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,15 @@ jobs:
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

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Try rocm-smi
run: |
docker run \
--group-add video \
--cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined \
--shm-size=64G \
rocm/rocm-terminal rocm-smi

0 comments on commit e6bdaff

Please sign in to comment.