Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 407 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 407 Bytes

Databricks AI Summit 2024

To build the docker image

docker-compose build

To run the docker image

To start the server version

docker-compose up server data

To start the jupyter version

docker-compose up jupyter data

Notes

The Dockerfile can be massively simplified for non-aarch64 linux platforms since we provide wheels for most other platform triples.