Skip to content

mrkn/computing_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing node

What is it?

This is Vagrant/itamae recipe to build virtual machines for machine learning. The VM consists of:

How to use

You can build up virtual machine by the following commands.

$ vagrant plugin install vagrant-itamae
$ vagrant up

If you want a virtual machine without GPU support, specify CPU_ONLY=1 environment variable when you execute vagrant up:

$ vagrant plugin install vagrant-itamae
$ CPU_ONLY=1 vagrant up

Author

  • @mrkn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published