From 419451344cb49a2bb2eb746b8c51e46b4adead82 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Tue, 28 Jan 2020 23:00:59 +0000 Subject: [PATCH] Clarification in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c59df1..6e91e50 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,13 @@ rm Anaconda3-2019.07-Linux-x86_64.sh ## logout and log back in exit +# Install CUDA if needed; note this may require a reboot +## https://www.tensorflow.org/install/gpu#install_cuda_with_apt + # Install unzip and a library that opencv will need sudo apt update sudo apt install -y unzip libgl1 -# Make sure CUDA is installed - # Create a new conda environment for running the web tool ## setting strict channel_priority seems to be a very important step - else all the gdal dependencies are very broken conda config --set channel_priority strict