We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbee87 commit 9808c3dCopy full SHA for 9808c3d
.github/runs-on.yml
@@ -1,14 +1,14 @@
1
images:
2
- dlami-x64:
3
- platform: "linux"
4
- arch: "x64"
5
- owner: "898082745236" # AWS
6
- name: "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04)*"
7
ubuntu-22:
8
platform: "linux"
9
arch: "x64"
10
owner: "099720109477" # Official Ubuntu owner
11
name: "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*" # Official Ubuntu image
+ dlami-x64:
+ platform: "linux"
+ arch: "x64"
+ owner: "898082745236" # AWS
+ name: "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04)*"
12
13
runners:
14
gpu-nvidia:
0 commit comments