Skip to content

Instantly share code, notes, and snippets.

@deshmukhrajvardhan
Created April 26, 2020 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshmukhrajvardhan/bfa9933b35637dbd9e3185d84ed1ec39 to your computer and use it in GitHub Desktop.
Save deshmukhrajvardhan/bfa9933b35637dbd9e3185d84ed1ec39 to your computer and use it in GitHub Desktop.
Install cuda and tensorflow-gpu (with conda)
sudo apt-get install --no-install-recommends \
cuda-10-0 \
libcudnn7=7.6.5.32-1+cuda10.0 \
libcudnn7-dev=7.6.5.32-1+cuda10.0
sudo apt-get install cuda-toolkit-10-0
conda config --set allow_conda_downgrades true;conda install conda=4.6.14
conda install tensorflow-gpu -y
conda update tensorflow-gpu -y
conda install -c conda-forge opencv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment