Spin up Machine Learning projects with ease, avoiding a virtual environment setup by using Docker, extending compatibility for collaboration by having a operative system agnostic environment.
Build an run containers using docker compose
docker compose up --build notebookUsing
Justfilethis is a matter of runningjust buildand from there onjust dev
After working you can release resources using:
docker compose downA Justfile is included!