containers
containers copied to clipboard
Sample base images for Databricks Container Services
I'm not sure whether this is the right place, but: We are using clusters with our own containers to bundle our jars and python libs. One issue we are facing...
Hi there, the current python docker images use conda 4.5.12 as a base. However, there's a major [bug](https://github.com/conda/conda/issues/9104) in this version that leads to an error in the ```conda list```...
This will create an image based on the databricks standard runtime and will add support for Apache mxnet CPU, which enables deep learning using the mxnet framework. This also installs...
IIUC, databricks runtime libraries will be injected while creating cluster. But some of runtime libraries like seaborn, matplotlib as given in https://docs.databricks.com/release-notes/runtime/7.6.html not present in the databricks cluster that created...
Hi there, I did a little testing with the databricksruntime/standard container, and while I see that conda is installed, I am not able to call it. I had to create...
Hi I create a docker container that only have `FROM databricksruntime/rbase:latest` in. I can start the databricks cluster using my container, but nothing in the container works from a R...
Currently, Databricks containers in Azure only support user name and password for authentication, do you have plan to support Azure Active Directory authentication and Managed Identity?
A lot of [docker hub builds](https://hub.docker.com/u/databricksruntime) are quite old (> 1 year) while I see some more recent commits in this repo. Are these builds still maintained or not? Would...
If I set PYTHONPATH ins dockerfile like below, its not getting reflected in the container ENV PYTHONPATH="$PYTHONPATH:/path/to/libraries/"
I developing Python applications to be run on Databricks, I am looking towards **Databricks Containers** in ensuring that I develop on an environment as close to the runtime environment as...