From be77f80117ffe973e424a1165bf885b8ce4f24f9 Mon Sep 17 00:00:00 2001 From: Muhammad Awad Date: Mon, 19 Jun 2023 10:57:58 -0700 Subject: [PATCH] Add todo for #5 --- .github/workflows/ubuntu.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9c1e861..5921d85 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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