pyenv global 3.11
poetry install --no-root
poetry run python main.py
- List instance flavors : https://eu.api.ovh.com/console/?section=%2Fcloud&branch=v1#get-/cloud/project/-serviceName-/flavor
- List instance images : https://eu.api.ovh.com/console/?section=%2Fcloud&branch=v1#get-/cloud/project/-serviceName-/image
install gomplate: https://docs.gomplate.ca/installing/
export SERVICE_REPLICAS=2
export GPU_BY_REPLICA=1
cat templates/docker-compose.tpl | gomplate > docker-compose.yaml