A collection of reference solutions built on top of OctoAI SaaS
Some of the solutions are implemented as poetry projects.
poetry export --without-hashes --format=requirements.txt > requirements.txt
cat requirements.txt | xargs poetry add
A collection of reference solutions built on top of OctoAI SaaS
Some of the solutions are implemented as poetry projects.
poetry export --without-hashes --format=requirements.txt > requirements.txt
cat requirements.txt | xargs poetry add