Skip to content

marcelomendoncasoares/databricks-python3.11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A custom version of the latest Databricks runtime that replaces Python 3.10 by 3.11.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published