Skip to content

Instantly share code, notes, and snippets.

@timotheos
Created July 15, 2019 14:10
Show Gist options
  • Save timotheos/36c40c07dbf0e60c04fca15f6b1c699b to your computer and use it in GitHub Desktop.
Save timotheos/36c40c07dbf0e60c04fca15f6b1c699b to your computer and use it in GitHub Desktop.
Conda + TensrFlow-gpu and Keras

Installation of Tensorflow and Keras

Obtained from naomi.fridman

Install Miniconda

Install Nvidia drivers

driver installation

  • '$ sudo apt update'
  • '$ sudo apt install openjdk-8-jdk'

install gcc-4.8

  • '$ sudo apt-get install gcc-4.8 g++-4.8'
  • '$ gcc --version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment