Push an Image
1
Authenticate
Log in with your SGP credentials:
2
Build and tag
3
Push
4
Reference in your job config
Use the registry URL directly in your job config. Train resolves it automatically at submission:Train ensures the exact image you pushed is what runs, even if the tag is updated later.
Multi-Architecture Builds
Cloud training instances runlinux/amd64. If you’re building on Apple Silicon, cross-compile explicitly:
Example Dockerfile
STORAGE_MOUNT_*_PATH env vars, with no cloud-specific paths needed:
Next Steps
- Storage Mounts: Configure data and output directories
- Getting Started: Full job submission examples per backend

