This is Vagrant/itamae recipe to build virtual machines for machine learning. The VM consists of:
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
- @mrkn