This vagrant machine(s) has been created to make sure developers have an easy method for boostrapping a local TensorFlow development environment.
- Machines with TensorFlow 1.6.0 (https://github.com/tensorflow/tensorflow/tree/v1.6.0-rc1)
- Debian 8.0.0
- Provider(s) : VirtualBox.
- Arch(s) : amd64.
- Installation Type(s) : Standard, desktop.
- Additional Info
- Root User
- Login: root
- Password: 123.Password
- Default user
- Login: vagrant
- Password: vagrant
- Root User
- Debian 8.0.0
- You need to have installed in your system the following softwares:
- VirtualBox - Tested with version 5.0.x
- Vagrant - Tested with version 1.7.4
- Clone this git repository in /some/path/ and go to him.
- Choose one of the machines in the repository and go to him.
- Run
vagrant up
to start your machine. - Run
vagrant ssh
to accesss your machine. - Run
python -m tensorflow.models.image.mnist.convolutional
to test your machine.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request =^.~=
BSD 3