From 4a7a09eaf1d17469dbd604af9cab5f6b987ead86 Mon Sep 17 00:00:00 2001 From: bwalkow <bwalkow@e-science.pl> Date: Mon, 9 Jan 2023 16:55:13 +0100 Subject: [PATCH] build-gpu --- Dockerfile.gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.gpu b/Dockerfile.gpu index d5b2890..99cc463 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -1,6 +1,6 @@ FROM nvidia/cuda:11.7.0-base-ubuntu22.04 -RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y gcc python3-dev python3-venv python3-pip +RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip COPY requirements.txt requirements.txt RUN python3 -m pip install -r requirements.txt && rm requirements.txt -- GitLab