An open API service indexing awesome lists of open source software.

https://github.com/LeoBorai/data-science-docker

A template for Machine Learning projects with Docker
https://github.com/LeoBorai/data-science-docker

data-science docker docker-compose machine-learning

Last synced: 11 months ago
JSON representation

A template for Machine Learning projects with Docker

Awesome Lists containing this project

README

          


Docker Machine Learning


A template for Machine Learning projects with Docker


## Motivation

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.

## Run Locally

Build an run containers using `docker compose`

```bash
docker compose up --build notebook
```

> Using `Justfile` this is a matter of running `just build` and from
> there on `just dev`

After working you can release resources using:

```bash
docker compose down
```

> A [Justfile][1] is included!

[1]: https://just.systems