Skip to content

Chef recipe to instantly launch a NVIDIA DIGITS server on AWS Opsworks

Notifications You must be signed in to change notification settings

christopher5106/digits-server-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Fast Launch of a NVIDIA DIGITS Server in AWS Opsworks

This Chef recipe launch a NVIDIA DIGITS Server on Ubuntu 14.04.

Create a repository in which you put a Berksfile with the following line:

cookbook 'digits-server-simple', git: 'git://github.com/christopher5106/digits-server-simple.git'

Create a stack on AWS Opsworks with your repository.

Create a custom layer and add the recipe 'digits-server-simple' to the layer's recipes in the setup step. Add also a EBS volume to the layer configuration under /digits mount point (since we cannot change root volume size in Opsworks). Define a security group with TCP connection for port 8080.

Launch an instance, for example a g2.2xlarge.

Digits server will be accessible on port 8080.

About

Chef recipe to instantly launch a NVIDIA DIGITS server on AWS Opsworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages