Skip to content

Instantly share code, notes, and snippets.

@sdeoras
Created March 17, 2019 20:39
Show Gist options
  • Save sdeoras/9cb23148d0b7bc446f62991fad70ebf8 to your computer and use it in GitHub Desktop.
Save sdeoras/9cb23148d0b7bc446f62991fad70ebf8 to your computer and use it in GitHub Desktop.
Install NVIDIA CUDA 10 on Ubuntu 18.04 LTS for TF 1.13.x
Follow instructions here: https://www.tensorflow.org/install/gpu#ubuntu_1804_cuda_10
Download and install Anaconda with Python 3.7: https://www.anaconda.com/distribution/#linux
pip install --upgrade tensorflow-gpu
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment