Base images for custom containers on Databricks standard compute
50K+
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.
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.
| Tag | Environment version line | Architecture | Compatible Databricks Runtime |
|---|---|---|---|
v4-standard | 4 | x86_64 | DBR 17.3 only |
v4-standard-arm | 4 | aarch64 | DBR 17.3 only |
v5-standard | 5 | x86_64 | DBR 18 only |
v5-standard-arm | 5 | aarch64 | DBR 18 only |
This description is maintained by Databricks and refreshed when public base image tags are published.
Content type
Image
Digest
sha256:cbb4e05d5…
Size
1.9 GB
Last updated
5 days ago
docker pull databricksruntime/environment:v6-standard-arm