tutorials-and-examples/nvidia-bionemo/fine-tuning/inference/kustomization.yaml (9 lines of code) (raw):

apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: bionemo-training resources: - deployment.yaml images: - name: esm2-inference-image newName: ${REGION}-docker.pkg.dev/${PROJECT_ID}/${PUBLIC_REPOSITORY}/esm2-inference newTag: latest