From 0463665b935b323f5d0729a75067c14fb82868ce Mon Sep 17 00:00:00 2001 From: Gustaf Ahdritz Date: Fri, 15 Jul 2022 09:41:45 -0400 Subject: [PATCH] Add libcusolver-dev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 003ddd4..3e8b839 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-key del 7fa2af80 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub -RUN apt-get update && apt-get install -y wget libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 git +RUN apt-get update && apt-get install -y wget libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 libcusolver-dev-11-3 git RUN wget -P /tmp \ "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" \ && bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda \