Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 733 Bytes

getting started

install

pyenv global 3.11
poetry install --no-root

run

poetry run python main.py 

ovh

debugging

resources

generate docker-compose template

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