Skip to content

Commit

Permalink
reformat gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jul 3, 2023
1 parent 1cd702f commit 2927bb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
runs-on: linux-amd64-gpu-p100-latest-1
strategy:
matrix:
image: ["nvcr.io/nvidia/tensorflow:23.02-tf2-py3", "nvcr.io/nvidia/tensorflow:23.04-tf2-py3", "nvcr.io/nvidia/tensorflow:23.06-tf2-py3"]
image:
[
"nvcr.io/nvidia/tensorflow:23.02-tf2-py3",
"nvcr.io/nvidia/tensorflow:23.04-tf2-py3",
"nvcr.io/nvidia/tensorflow:23.06-tf2-py3",
]
container:
image: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -104,7 +109,7 @@ jobs:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
strategy:
matrix:
versions: [{ rapids: "23.04", python: "3.8" }]
version: [{ rapids: "23.04", python: "3.8" }]
steps:
- name: Install Ubuntu packages
run: |
Expand Down

0 comments on commit 2927bb4

Please sign in to comment.