containers
containers copied to clipboard
Sample base images for Databricks Container Services
Hi Databricks team! Rapids.ai team has updated the container specs on their site to rapids v22.06 release, wonder if you guys can also sync up with the update in this...
Hello, After the update on March 1st by [alexjingdbdocker](https://hub.docker.com/u/alexjingdbdocker), my project has started experiencing a critical issue. The Docker container built from the databricksruntime/python:13.3-LTS image no longer recognizes the project...
BASE IMAGE - databricksruntime/python:10.4-LTS I successfully installed the Python dependencies, and the tasks that depend on python in the workflow run fine, but I’m struggling to install the Maven and...
Adding missing pin to `pure-eval==0.2.2`.
Instead of Ubuntu 20, these containers offer an option to run on a modern CentOS 9 Stream.
I'm comparing the packages installed on `databricksruntime/python:12.2-LTS` with the list of packages at https://docs.databricks.com/en/release-notes/runtime/12.2lts.html extracted as `runtime.txt` ```sh IMAGE=databricksruntime/python:12.2-LTS docker run --rm -it --name databricks $IMAGE bash -c "/databricks/python3/bin/python -m...
On https://docs.databricks.com/en/release-notes/runtime/12.2lts.html, the version of MarkupSafe 2.0.1 is listed, but `databricksruntime/python:12.2-LTS` uses MarkupSafe 2.1.3. Other runtimes also seem to have this problem (checked for example standard:13.3-LTS). There appear two issues...
I am trying to create Compute cluster which uses a customized container to run my Notebooks I have followed the steps here: https://learn.microsoft.com/en-us/azure/databricks/clusters/custom-containers#step-1-build-your-base - Enabled containers for workspace - Use...
As the name suggests, I pushed the example image for 10.4LTS of the experimental "Files-in-repo" docker image to dockerhub to be pulled from a databricks cluster. The problem is that...