-
Download Anaconda:
sudo apt-get update -y && \ sudo apt-get upgrade -y && \ cd /tmp && \ sudo wget https://repo.anaconda.com/archive/Anaconda3-2019.03-Linux-x86_64.sh
-
Install Anaconda:
bash Anaconda3-2019.03-Linux-x86_64.sh
-
When promted, agree to the license terms:
Welcome to Anaconda3 2019.03 In order to continue the installation process, please review the license agreement. Please, press ENTER to continue >>> … Do you approve the license terms? [yes|no]
-
Complete the Installation:
Anaconda3 will now be installed into this location:
/home/$USER/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/$USER/anaconda3] >>>
- Agree to add Anaconda to the
PATH
:
Do you wish the installer to prepend the Anaconda3 install location
to PATH in your /home/sammy/.bashrc ? [yes|no]
[no] >>>
-
Go back to your
HOME
directory:cd ~
-
Activating Anaconda:
source ~/.bashrc
-
Verifying the conda package manager works:
conda list
-
Install CUDA/CUDNN:
conda install cudnn==7.3.1 && conda install -c fragcolor cuda10.0