Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/dlrs
Automation project for testing Intel Deep Learning Reference Stacks
https://github.com/electrocucaracha/dlrs
docker terraform vagrant
Last synced: 7 days ago
JSON representation
Automation project for testing Intel Deep Learning Reference Stacks
- Host: GitHub
- URL: https://github.com/electrocucaracha/dlrs
- Owner: electrocucaracha
- Created: 2019-07-10T21:22:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T17:04:24.000Z (over 5 years ago)
- Last Synced: 2024-11-05T16:12:42.681Z (about 2 months ago)
- Topics: docker, terraform, vagrant
- Language: Shell
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Reference Stack
[![Build Status](https://travis-ci.org/electrocucaracha/dlrs.png)](https://travis-ci.org/electrocucaracha/dlrs)
The Deep Learning Reference Stack (DLRS) project is used to automate
steps described in the [ClearLinux official documentation][1] for
running the benchmarks locally or in a Public Cloud Provider as AWS.## Deployment
### Virtual Machine
This project uses [Vagrant tool][2] for provisioning Virtual Machines
automatically. It's highly recommended to use the *setup.sh* script
of the [bootstrap-vagrant project][3] for installing Vagrant
dependencies and plugins required for its project. The script
supports two Virtualization providers (Libvirt and VirtualBox).$ curl -fsSL https://raw.githubusercontent.com/electrocucaracha/bootstrap-vagrant/master/setup.sh | PROVIDER=libvirt bash
Once Vagrant is installed, it's possible to provision several Virtual
Machines which run benchmarks in parallel with the following
instruction:$ vagrant up
### Terraform
The Terraform configuration files provided for this project launch a
single AWS EC2 instance. They require to install the `terraform`
client previously, for more information visit the [official site][4].$ terraform init
$ terraform apply -auto-approve## License
Apache-2.0
[1]: https://clearlinux.org/documentation/clear-linux/tutorials/dlrs
[2]: https://www.vagrantup.com/
[3]: https://github.com/electrocucaracha/bootstrap-vagrant
[4]: https://learn.hashicorp.com/terraform/getting-started/install#installing-terraform