adap / flower

Flower: A Friendly Federated Learning Framework
https://flower.ai
Apache License 2.0
4.92k stars 848 forks source link

feat(framework:skip) Allow installing flwr via a direct reference #4144

Closed Robert-Steiner closed 3 weeks ago

Robert-Steiner commented 3 weeks ago

Issue

Description

Examples:

# main branch
--build-arg FLWR_VERSION_REF=git+https://github.com/adap/flower.git@main

# commit hash
--build-arg FLWR_VERSION_REF=git+https://github.com/adap/flower.git@1187c707f1894924bfa693d99611cf6f93431835

# tag
--build-arg FLWR_VERSION_REF=git+https://github.com/adap/flower.git@v1.11.0

# artifact store
--build-arg FLWR_VERSION_REF=https://artifact.flower.ai/py/main/latest/flwr-1.11.0-py3-none-any.whl

Related issues/PRs

Proposal

Explanation

Checklist

Any other comments?