changelog / post

Private Docker images for Training

Go back

Baseten Training now supports private Docker images for GCP and AWS!

The integration is simple:

  • Add your authentication details for your container registry into Baseten’s Secrets

    • For GCP, this will be a service account JSON blob

    • For AWS, this will be your AWS Access Key ID and AWS Secret Access Key

  • Reference these secrets in the instantiation of your Image when defining your TrainingJob

Check out the docs for an example.