Title here
Summary here
Go to the FLOps addon repository and create a new Issue.
Explore the source code
The FLOps addon repository uses ruff for Python linting and formatting.
Install ruff via pip install ruff
.
Use ruff format
and ruff check --fix
to keep your code compliant.
For local development we recommend to clone the FLOps addon repository and to ensure Oakestra and its CLI is running on your machine.
FLOps uses multiple different pre-build images to power its features.
These images are available in its GitHub image/package registry.
When modifying these images ensure to build and push them for linux/amd64
and linux/arm64
.
We recommend to use the following workflow:
docker buildx create --name flopsbuilder --use
docker buildx build --platform linux/amd64,linux/arm64 \
--output "type=image,push=true" \
--tag ghcr.io/oakestra/addon-flops/<image>:<tag> .