Define Your Job Types
Step 0: Keep Your Code Portable
Step 1: Create valohai.yaml
- step:
name: train-model
image: docker.io/python:3.10
command:
- pip install -r requirements.txt
- python train.pyWhat's in a Step?
Step 2: Run Your First Execution
Quick Test with Local Code
Production Runs from Git
Common Patterns
Multiple Job Types
Using Private Registries
Non-pip Dependencies
What About My Existing Tools?
Next Steps
Quick Reference
Minimal valohai.yaml
CLI Commands
Common Docker Images
Last updated
Was this helpful?
