A reproducible python environment for machine learning
Go to file
Leni Aniva 96084f2f75
Initial commit
2024-03-17 16:06:19 -07:00
reproducible Initial commit 2024-03-17 16:06:19 -07:00
.gitignore Initial commit 2024-03-17 16:06:19 -07:00
README.md Initial commit 2024-03-17 16:06:19 -07:00
flake.lock Initial commit 2024-03-17 16:06:19 -07:00
flake.nix Initial commit 2024-03-17 16:06:19 -07:00
poetry.lock Initial commit 2024-03-17 16:06:19 -07:00
pyproject.toml Initial commit 2024-03-17 16:06:19 -07:00

README.md

Reproducible

This is an example of using Poetry and Nix to create a reproducible Python environment and image for machine learning.

Building

Execute

$ nix build
$ result/bin/reproducible