mrkn / computing_node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 80.9%Language:Shell 19.1%