Skip to content

Source Code

Frontend

The frontend code is located at the apps/frontend folder of the repository.

You can find the GitHub Action Workflow file which builds the frontend Docker Image Here

Backend

The backend code is located at the apps/backend folder of the repository.

You can find the GitHub Action Workflow file which builds the CPU Backend Docker Image Here

You can find the GitHub Action Workflow file which builds the GPU Backend Docker Image Here

CLI

The launcher CLI code is located at the apps/cli folder of the repository.

You can find the GitHub Action Workflow file which packages the executables for the CLI Here