1_BASICS: Installing dependencies for your Paperspace virtual machine - jamahun/fakelab.studio GitHub Wiki

Follow the instructions to set up your new paperspace virtual machine with all the required dependencies.

  1. Run the .sh file located at https://gist.github.com/jamahun/49d9c9be9fc95acc059c9537d2414758 by executing the following command inside your linux terminal:
bash <(curl -s https://gist.githubusercontent.com/jamahun/49d9c9be9fc95acc059c9537d2414758/raw/584f3e05677d8072a5976cb6cb1f07634be87777/paperspace_torch.sh)
  1. Install the latest CUDNN from NVIDIA (requires free account). As of today, the latest version is cuDNN v8.0.2 (July 24, 2020) for CUDA 11.0, download for Linux [x86_64] and then copy to cuda folders like so:
tar xvzf cudnn-11.0-linux-x64-v8.0.2.39.tgz 
sudo cp cuda/lib64/* /usr/local/cuda/lib64/
sudo cp cuda/include/cudnn.h /usr/local/cuda/include/

For detailed instructions see the NVIDIA installation guide

  1. Install Anaconda Download the installation file and run shell script
wget https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh
sh Anaconda3-2020.07-Linux-x86_64.sh