From 5dcc31f9ce40e1fdd671fb42dacc54ef6ed40a83 Mon Sep 17 00:00:00 2001 From: Karl Leswing Date: Tue, 9 Aug 2022 11:18:46 -0400 Subject: [PATCH] Put up for PR --- Dockerfile.cuchem | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile.cuchem b/Dockerfile.cuchem index f5310562..7e8c861e 100644 --- a/Dockerfile.cuchem +++ b/Dockerfile.cuchem @@ -1,6 +1,10 @@ # Copyright 2020 NVIDIA Corporation FROM rapidsai/rapidsai:21.08-cuda11.2-runtime-ubuntu20.04-py3.7 +# Needed due to https://github.com/NVIDIA/cheminformatics/issues/163 +RUN rm /etc/apt/sources.list.d/cuda.list +RUN rm /etc/apt/sources.list.d/nvidia-ml.list + RUN apt-get update \ && apt-get upgrade -y \ && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git unzip tmux \