Build Custom Images
When to build custom images
Two ways to build
Option 1: Build locally (traditional)
Option 2: Build on Valohai
Building locally
1. Write your Dockerfile
2. Build the image
3. Test locally
4. Push to your registry
5. Use in Valohai
Building on Valohai
1. Write your Dockerfile
2. Add the Docker Image Builder library
3. Create a build execution
4. Use the built image
Common patterns
GPU workloads
Enable GPU access in your images
R workloads
Julia workloads
Troubleshooting
Build fails with "no space left on device"
Image is too large
Push fails with authentication error
Next steps
Last updated
Was this helpful?
