containers
containers copied to clipboard
Sample base images for Databricks Container Services
I'm attempting to use a custom container which is capable of reading data from Unity Catalog volumes. Before I create my custom container I'm testing using the out of the...
The list of packages at https://docs.databricks.com/en/release-notes/runtime/12.2lts.html includes seaborn 0.11.2, however it's not present in the container images (checked for example databricksruntime/python:13.3-LTS) ``` IMAGE=databricksruntime/python:12.2-LTS docker run --rm -it --name databricks $IMAGE...
The version of python used by pip does not correpond to the default python version on the system. This results in an unexpected behavior, when users install packages with `pip3`,...
I'm not sure if this is a problem with the container or with the Databricks platform, but the GPU metrics don't display properly when using these GPU containers. I ran...
- Insert a missing apt-get clean after apt installing - Save a layer by running the pip cache purge right after pip installing
@ygong1 tagging you because you seem to have done all the CUDA container stuff. I'm finding that I am running into issues with starting up Databricks clusters based off of...
In the base image `ubuntu/minimal/Dockerfile`, the much larger package `openjdk-8-jdk` is used instead of `openjdk-8-jdk-headless`. Since the typical use cases of Databricks instances are interactive notebooks and unattended jobs, and...
set reticulate to use the same environment as a notebook
I want to test Databricks using a JDBC tool. Which container do I need? How should I start it ( to make the port reachable ), which is the username...
update Azure Documentation page link