Problem: Python 3.7 is outdated, yet prebuilt containers for Vertex AI Workbench are all are built w/ 3.7.
Is there a way to modify (e.g. rebuild the base containers that work w/ Vertex AI workbench), e.g. perhaps by setting an ARG command to rebuild a working base container with Python >= 3.8?
Alternatively, does any code exist to demonstrate building an image compatible with Workbench?