A custom version of the latest Databricks runtime that replaces Python 3.10 by
3.11. The image is based on the 13.3-LTS Ubuntu image to avoid a bug on
dbutils
that makes plots disappear. More on the bug can be found on
this thread from Databricks community.
To build, run the commands below:
docker build -t marcelomendoncasoares/databricksruntime-python3.11:latest .
docker run -i --rm -t marcelomendoncasoares/databricksruntime-python3.11:latest
To publish the image, run:
docker push marcelomendoncasoares/databricksruntime-python3.11:latest
Refer to the official documentation page on how to use custom Databricks images.
Remember to first enable
Container Services
on DatabricksAdmin Console > Workspace Settings
to be able to specify custom docker images to a cluster as runtime.