Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 660 Bytes

Collection of my Dockerfiles

poetry-notebook

Jupyter's minimal-notebook with added poetry.

This image is meant to be base for for my playground / research environments in which I want to control installed packages using poetry and its package locking mechanism.

ml-env

Generic image I use as my data science / machine learning / deep learning playground.

I use pyproject.toml file to specify my desired environment. The poetry.lock file guarantees that I will always get reproducible builds.