From e617750ba1c1c2a05f79f8a21f5e964153ebfdc6 Mon Sep 17 00:00:00 2001
From: Bartosz Walkowiak <bwalkow@e-science.pl>
Date: Wed, 18 Jan 2023 11:00:26 +0000
Subject: [PATCH] build-gpu

---
 Dockerfile.gpu | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.gpu b/Dockerfile.gpu
index 7d4b9e9..27c2427 100644
--- a/Dockerfile.gpu
+++ b/Dockerfile.gpu
@@ -1,5 +1,6 @@
 FROM nvidia/cuda:11.7.0-base-ubuntu22.04
 
+RUN apt install curl
 RUN curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA4B469963BF863CC" | apt-key add
 RUN curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C" | apt-key add
 RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
-- 
GitLab