Vertex AI scheduled executor container updates

Viewed 10

I have a Vertex AI scheduled executor which runs custom jobs. Runs are going fine and trains the model, but we often update helper classes in our project (our notebook instance has a GIT connection). These classes need to be updated in the Docker container as well. Is there a way to automatically point the schedule to the latest docker container in the artifact registry?

0 Answers
Related