Get Started
Quickstart
You can easily train your model with Trainy: Konduktor with just a few simple steps. Before starting, make sure you’ve set up your account
Run “Hello Konduktor”
To submit your first run, copy the below yaml into a file called ‘hello_konduktor.yaml’.
If you see “Hello World!”, congratulations on setting up Konduktor!
Requirements
We currently have the following requirements for container images for jobs.
- Containers must be Debian/Ubuntu based and use
apt
as a package manager - have
bash
in$PATH
- permit login/run as
root