From d9ae2970a8b63725e464dd29369d390bd7bd8b82 Mon Sep 17 00:00:00 2001 From: James Hennessy Date: Fri, 9 Dec 2022 16:30:24 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c5974..4d70a2a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Installation needs a somewhat recent version of nvcc and gcc/g++, obtain those, export CUDA_HOME=/usr/local/cuda-11.4 conda install -c nvidia/label/cuda-11.4.0 cuda-nvcc conda install -c conda-forge gcc -conda install -c conda-forge gxx_linux-64=9.5.0 +conda install -c conda-forge gxx_linux-64==9.5.0 ``` Then, run the following (compiling takes up to 30 min).