From 21d9d8bf6d07a7b6bf0600687c22754f205a3e1b Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 4 Aug 2022 13:25:32 +0200 Subject: [PATCH] added missing brackets --- focal-fossa-gpu/packer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/focal-fossa-gpu/packer.json b/focal-fossa-gpu/packer.json index 01dd8e7..ac25b44 100644 --- a/focal-fossa-gpu/packer.json +++ b/focal-fossa-gpu/packer.json @@ -11,12 +11,14 @@ } ], "provisioners": [ + { "type" : "shell", "inline" : [ "apt-get update", "apt-get --yes install build-essential", "apt-get --yes install nvidia-cuda-toolkit" ] + } ], "post-processors": [] }