Databricks cluster starts with docker
Hi there!I hope u are doing wellI'm trying to start a cluster with a docker image to install all the libraries that I have to use.I have the following Dockerfile to install only python libraries as you can seeFROM databricksruntime/standard WORKDIR /...
- 16579 Views
- 4 replies
- 1 kudos
Latest Reply
Hi! I am facing a similar issue.I tried to use this oneFROM databricksruntime/standard:10.4-LTS ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y maven && rm -rf /var/lib/apt/lists/* RUN /databricks/python3/bin/pip install datab...
- 1 kudos