Skip to content

Instantly share code, notes, and snippets.

View tap222's full-sized avatar
💭
Tech Lead Capgemini R and D

tap222

💭
Tech Lead Capgemini R and D
View GitHub Profile
@lyastro
lyastro / readme.md
Last active January 7, 2024 15:28
install Tensorflow with GPU support on Centos 7

install Tensorflow with GPU support on Centos 7

system: fully installed Centos 7

  • system update
$ sudo yum -y update
$ sudo yum -y install epel-release
$ sudo yum -y install gcc gcc-c++ python-pip python-devel atlas atlas-devel gcc-gfortran openssl-devel libffi-devel