Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

Deployment via Modal.

The serverless deployment is now live at https://infinity.modal.michaelfeil.eu. The Nvidia L4/A100 deployment is hosted via Modal.com, and can be hosted free of charge.

Local

Run the following sequence of commands to deploy:

git clone https://github.com/michaelfeil/infinity
cd infra/modal
pip install modal
modal deploy --env main modal.infra.webserver

Github Actions

For automatic integration via Github Actions, follow this Pipeline: https://github.com/michaelfeil/infinity/blob/main/.github/workflows/release_modal_com.yaml