Skip to content

Commit 8b77b9a

Browse files
committed
Ensure apt dependencies are installed
1 parent 3f90b02 commit 8b77b9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tasks/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
# tasks file for ansible-role-nvidia-container-runtime
33

4+
- name: Install apt dependencies
5+
apt:
6+
name:
7+
- apt-transport-https
8+
- ca-certificates
9+
- gnupg2
10+
411
- name: Add NVIDIA apt key
512
apt_key:
613
url: https://nvidia.github.io/nvidia-docker/gpgkey

0 commit comments

Comments
 (0)