by
ppang
• New Contributor III
- 6377 Views
- 1 replies
- 0 kudos
Using Databricks Container Services, we have created two custom docker image: one based on nvidia/cuda:11.8.0-runtime-ubuntu22.04 and another based on databricksruntime/standard:12.2-LTS. In either case, we got this error with no specific diagnostics...
- 6377 Views
- 1 replies
- 0 kudos
Latest Reply
ppang
New Contributor III
I managed to get databricksruntime/standard:12.2-LTS to run in Databricks. However, for the CUDA image (nvidia/cuda:11.8.0-runtime-ubuntu22.04), I have only managed to get it to run with Databricks runtime 10.4 LTS. Does anyone know if Databricks run...
by
Thijs
• New Contributor III
- 3148 Views
- 3 replies
- 4 kudos
Hi all, we are building custom Databricks containers (https://docs.databricks.com/clusters/custom-containers.html). During the container build process we install dependencies and also python source code scripts. We now want to run some of these scrip...
- 3148 Views
- 3 replies
- 4 kudos
Latest Reply
Hi @Thijs van den Berg Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best an...
2 More Replies
by
tibfab
• New Contributor II
- 4764 Views
- 5 replies
- 0 kudos
I successfully built a custom docker image for the Standard runtime following the steps described on the page Customize containers with Databricks Container Services and based on the image databricksruntime/standard:11.3-LTS. However, I cannot find ...
- 4764 Views
- 5 replies
- 0 kudos
Latest Reply
Hi @Tibor Fabian Help us build a vibrant and resourceful community by recognizing and highlighting insightful contributions. Mark the best answers and show your appreciation!
4 More Replies
- 2652 Views
- 1 replies
- 1 kudos
Goal: To use Python 3.10.4+Why: We have Python repos that are not backward compatible we want to use.What: I have created an image from Databricks example experimental containers already with Ubuntu 22.04 (2 major versions newer than the curre...
- 2652 Views
- 1 replies
- 1 kudos
Latest Reply
After searching for an hour, I realized what I needed to look for. It's the importing the Iterable from collections, which is deprecated in 3.10. I guess Databricks hasn't migrated code, yet. In which case, I'm at a cross-roads. Databricks 3.9, local...