Skip to content

Commit

Permalink
Add todo for #5
Browse files Browse the repository at this point in the history
  • Loading branch information
maawad authored Jun 19, 2023
1 parent 2d15c8f commit be77f80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_NAME: my-image-name:${{ github.run_number }}
DOCKER_DEVICES: "--device=/dev/kfd --device=/dev/dri"
DOCKER_DEVICES: ""
# maawad: Eventually we need to uncomment this out
# See: https://github.com/neoblizz/rocm-setup/issues/5
#DOCKER_DEVICES: "--device=/dev/kfd --device=/dev/dri"
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down

0 comments on commit be77f80

Please sign in to comment.