Skip to content

Instantly share code, notes, and snippets.

View harshilpatel312's full-sized avatar

Harshil Patel harshilpatel312

View GitHub Profile
@msis
msis / install_nvidia_dependencies.md
Last active September 27, 2019 15:03
[setting up tensorflow-gpu] Step-by-step install for tensorflow-gpu #deeplearning #nvidia #shell #machinelearning #ai

Install nvidia repo packages:

  1. Download nvidia machine learning repo package:
wget http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/nvidia-machine-learning-repo-ubuntu1604_1.0.0-1_amd64.deb
  1. Install that package:
sudo dpkg -i nvidia-machine-learning-repo-ubuntu1604_1.0.0-1_amd64.deb