Jump to content

CUDA: Difference between revisions

53 bytes removed ,  11 June 2020
Line 23: Line 23:


# Install NVIDIA driver
# Install NVIDIA driver
sudo apt-get install --no-install-recommends nvidia-driver-440
sudo apt-get install --no-install-recommends nvidia-driver-450
# Reboot. Check that GPUs are visible using the command: nvidia-smi
# Reboot. Check that GPUs are visible using the command: nvidia-smi


# Install development and runtime libraries (~4GB)
# Install development and runtime libraries (~4GB)
sudo apt-get install --no-install-recommends \
sudo apt-get install --no-install-recommends \
     cuda-10-1 \
     cuda-10-1 libcudnn7 libcudnn7-dev
    libcudnn7=7.6.4.38-1+cuda10.1  \
    libcudnn7-dev=7.6.4.38-1+cuda10.1