containers
containers copied to clipboard
Sample base images for Databricks Container Services
I'm not expecting the LTS to be shipped with a Python release candidate. To replicate: 1. `docker run --rm -it --platform linux/amd64 databricksruntime/standard:15.4-LTS /bin/bash` 2. `/databricks/python3/bin/python3 --version` - The output...
python has been updated to be 3.11 however comment stayed at 3.10, bringing those in sync
I am using `databricksruntime/standard:11.3-LTS` and regularly build new images from this base image. The images are then used to start a Databricks cluster for data processing. Starting from 2 days...
When building from Rbase images, [14.3-LTS](https://hub.docker.com/layers/databricksruntime/rbase/14.3-LTS/images/sha256-278a35863f1c8487c0d3738b9d337e7f53aa44a40e57f2527d9f45c87aae6592), [15.4-LTS](https://hub.docker.com/layers/databricksruntime/rbase/15.4-LTS/images/sha256-ad7170f1e1aee90de00e42bd78f2eae9c7fd0bbec6052385edb7798419d86eb8), and [16.4-LTS](https://hub.docker.com/layers/databricksruntime/rbase/16.4-LTS/images/sha256-edb3e01f2cdd533a02bf6f1d7d4b2f68c3c04d70d573197e80d9c41b2ba8779c), and running `RUN R --version` in the Dockerfile, they all output: "R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"" I...
Request to add support for passing `sysctl` param values, equivalent to: https://docs.docker.com/reference/cli/docker/container/run/#sysctl We have the need to pass keep_alive related parameters to the running container: net.ipv4.tcp_keepalive_time net.ipv4.tcp_keepalive_intvl net.ipv4.tcp_keepalive_probes This is...
Is it possible to provide a minimal set of python `requirements.txt` for the python container required to run on databricks-runtime with support for necessary functions (i.e. cell magics)? I note...
deadsnakes packages has updated python dependencies to: 3.11.12-1+jammy1 Build is currently failing due to this
Latest LTS image 15.4 uses python dependency Pillow on version 9.4.0 which contains the following critical vulnerability: CVE-2023-50447 CVSS score: 8.1, CVSS exploitability score: 2.2 Fixed version: 10.2.0 is there...
Currently, Databricks only provides Docker images for x86_64 (AMD64) architectures. With the increasing adoption of ARM64-based cloud instances (such as AWS Graviton) and ARM-based development environments (like Apple Silicon Macs),...
While using this dockerfile I have encountered issue with pip not being able to install with this defual dockerfile data. It was working a while back when I originally started...