This commit is contained in:
Caleb Robinson 2020-01-28 23:00:59 +00:00
Родитель a21dce6aec
Коммит 419451344c
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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