From 3815ac299f1cbd14b73b48d564ac7ef57b2557e4 Mon Sep 17 00:00:00 2001 From: Bartosz Walkowiak <bwalkow@e-science.pl> Date: Wed, 18 Jan 2023 10:41:25 +0000 Subject: [PATCH] build-gpu --- Dockerfile.gpu | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.gpu b/Dockerfile.gpu index c5de252..6d43a3e 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -3,6 +3,7 @@ FROM nvidia/cuda:11.7.0-base-ubuntu22.04 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub 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