A tool for creating and managing GPU-ready Cloud test environments.
See docs/quick-start.md for a full walkthrough.
make build
sudo mv ./bin/holodeck /usr/local/bin/holodeck
holodeck --help- Go 1.20+
- (For AWS) Valid AWS credentials in your environment
- (For SSH) Reachable host and valid SSH key
See docs/prerequisites.md for details.
See docs/contributing/ for full details.
make build– Build the holodeck binarymake test– Run all testsmake lint– Run lintersmake clean– Remove build artifacts
See docs/commands/ for detailed command documentation and examples.
holodeck --helpholodeck create -f ./examples/v1alpha1_environment.yamlholodeck listholodeck delete <instance-id>holodeck status <instance-id>holodeck dryrun -f ./examples/v1alpha1_environment.yamlFor more information, see the documentation directory.