sertansenturk
cookiecutter-ds-docker
Makefile

A Docker-based Data Science cookiecutter (for myself)

Last updated Oct 6, 2025
13
Stars
1
Forks
4
Issues
0
Stars/day
Attention Score
1
Language breakdown
Makefile 37.9%
Shell 27.4%
Python 20.8%
Dockerfile 10.0%
Jupyter Notebook 3.9%
Files click to expand
README

cookiecutter-ds-docker

A Docker-based Data Science cookiecutter (for myself)

GitHub release (latest by SemVer) Documentation Status Build Status codecov License: AGPL v3 License: CC BY-NC-SA 4.0

Table of Contents

1. Introduction

This repo hosts a personalized, Docker-based cookiecutter template for Data Science projects.

The template consists of a docker-compose stack with the services below:

  • A customized Jupyter service with a starter Python package installed.
  • An mlflow tracking server to store experiments
  • A postgresql database, which stores mlflow tracking information
The template also comes with two standalone Docker image below for local usage:
  • Python test and development
  • Building Sphinx documentation

2. Documentation

Please refer to Read The Docs for the documentation.

3. Quickstart

First, install cookiecutter and docker.

Then, run the commands below and follow the on-screen instructions to "cut" a new project from the template:

cd /{ base_folder }
cookiecutter gh:sertansenturk/cookiecutter-ds-docker

To build and start the Docker stack, run:

cd /{ basefolder }/{{ cookiecutter.reposlug }}
make

quickstart

4. Known Issues

  • In Linux, if DATADIR (defined in the template) is in a drive formatted in NTFS, you might have permission issues when mounting the folder to the docker containers (See Issue #56). We suggest you to cut the project into a drive, which is formatted in a native Linux filesystem.

5. License

The source code hosted in this repository is licensed under Affero GPL version 3. Any data (features, models, figures, results, documentation, etc.) in this repository are licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

6. Authors

Sertan Şentürk contact@sertansenturk.com

🔗 More in this category

© 2026 GitRepoTrend · sertansenturk/cookiecutter-ds-docker · Updated daily from GitHub