├── README.md ├── anaconda2 └── Vagrantfile ├── anaconda3 └── Vagrantfile ├── miniconda2 └── Vagrantfile └── miniconda3 └── Vagrantfile /README.md: -------------------------------------------------------------------------------- 1 | # vagrant-images 2 | Repository of Vagrant images created by Continuum Analytics. 3 | 4 | Currently images are available under below address: 5 | https://atlas.hashicorp.com/irritum/ 6 | 7 | However in the nearest future they will be published here: 8 | https://atlas.hashicorp.com/continuumio/ 9 | -------------------------------------------------------------------------------- /anaconda2/Vagrantfile: -------------------------------------------------------------------------------- 1 | VAGRANTFILE_API_VERSION = "2" 2 | 3 | $conda_installation = <