Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.09 KB

File metadata and controls

28 lines (19 loc) · 1.09 KB

databricks-python3.11

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.

How to build and run

To build, run the commands below:

docker build -t marcelomendoncasoares/databricksruntime-python3.11:latest .
docker run -i --rm -t marcelomendoncasoares/databricksruntime-python3.11:latest

How to push

To publish the image, run:

docker push marcelomendoncasoares/databricksruntime-python3.11:latest

How to use

Refer to the official documentation page on how to use custom Databricks images.

Remember to first enable Container Services on Databricks Admin Console > Workspace Settings to be able to specify custom docker images to a cluster as runtime.