Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 383 Bytes

OctoAI Solutions

A collection of reference solutions built on top of OctoAI SaaS

Project setup

Some of the solutions are implemented as poetry projects.

Creating requirements.txt from poetry

poetry export --without-hashes --format=requirements.txt > requirements.txt

Synching requirements.txt to poetry

cat requirements.txt | xargs poetry add