ReproduciblePython/README.md

13 lines
206 B
Markdown
Raw Normal View History

2024-03-17 16:05:06 -07:00
# Reproducible
This is an example of using Poetry and Nix to create a reproducible Python
environment and image for machine learning.
## Building
Execute
``` sh
$ nix build
$ result/bin/reproducible
```