Skip to content

yinfeiy/tf-ec2-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Setting up TensorFlow 0.12.1 with Python 2.7 on AWS GPU-instance

Description

setup-aws-tensorflow.bash installs the following things on the ec2 g2.[x]xlarge instance running Ubuntu 14.04:

  • Required linux packages
  • CUDA 8.0
  • cuDNN v5.1
  • Anaconda with Python 2.7
  • TensorFlow 0.12.1
  • GPU usage tool gpustat

It is based on the blog post: http://max-likelihood.com/2016/06/18/aws-tensorflow-setup/.

Usage

Just run setup_aws_tensorflow.bash on the aws instance:

./setup_aws_tensorflow.bash

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%