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

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

diff --git a/Dockerfile.gpu b/Dockerfile.gpu
index dd53ec0..58f60bf 100644
--- a/Dockerfile.gpu
+++ b/Dockerfile.gpu
@@ -1,7 +1,5 @@
 FROM nvidia/cuda:11.7.0-base-ubuntu22.04
 
-RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A4B469963BF863CC
-RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C
 RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
 
 COPY requirements.txt requirements.txt
@@ -14,4 +12,4 @@ COPY entrypoint.py entrypoint.py
 COPY worker.py worker.py
 COPY config.ini config.ini
 
-ENTRYPOINT [ "python3", "entrypoint.py"]
\ No newline at end of file
+ENTRYPOINT [ "python3", "entrypoint.py"]
-- 
GitLab