Sign inSign up

databricksruntime/environment

By databricksruntime

Updated 5 days ago

Base images for custom containers on Databricks standard compute

Image
0

50K+

databricksruntime/environment repository overview

Databricks environment base images

These Databricks-provided base images are starting points for building custom Docker images for Databricks Container Services on standard compute. They include dependencies required to launch workloads, including Ubuntu, Python, and JDK.

For requirements, setup instructions, limitations, and complete examples, see the linked guide.

Quick start

FROM databricksruntime/environment:v5-standard

RUN /databricks/python3/bin/python -m pip install <your-package>

Use v5-standard-arm instead for AWS Graviton (ARM) instances.

Supported tags

TagEnvironment version lineArchitectureCompatible Databricks Runtime
v4-standard4x86_64DBR 17.3 only
v4-standard-arm4aarch64DBR 17.3 only
v5-standard5x86_64DBR 18 only
v5-standard-arm5aarch64DBR 18 only

Environment versions and support

  • These base images use the same environment, including Ubuntu system packages and Python packages, as the corresponding Databricks serverless environment versions.
  • These Docker Hub base image tags follow the support dates on the same serverless environment versions page.

This description is maintained by Databricks and refreshed when public base image tags are published.

Tag summary

Content type

Image

Digest

sha256:cbb4e05d5

Size

1.9 GB

Last updated

5 days ago

docker pull databricksruntime/environment:v6-standard-arm