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

RafalSkolasinski/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.