File tree Expand file tree Collapse file tree
federated-learning-controller
examples/flower/app-torch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ flwr run --insecure --run-config 'num-server-rounds=3' \
295295
296296The reference [Flower PyTorch MNIST app](./examples/flower/app-torch/) is a
297297SuperExec-compatible Flower app — its `Dockerfile` uses
298- ` flwr/superexec:1.26 .1` as the base image and registers
298+ ` flwr/superexec:1.32 .1` as the base image and registers
299299` ServerApp` / `ClientApp` via `[tool.flwr.app.components]` in
300300` pyproject.toml` . Dependencies are baked into the image at build time so pods
301301start without re-downloading PyTorch on every restart.
Original file line number Diff line number Diff line change 1- FROM flwr/superexec:1.26 .1-py3.13-ubuntu24.04
1+ FROM flwr/superexec:1.32 .1-py3.13-ubuntu24.04
22
33WORKDIR /app
44COPY pyproject.toml .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "1.0.0"
88description = " MNIST Image Classification with Federated Learning (FedAvg + CNN)"
99license = " Apache-2.0"
1010dependencies = [
11- " flwr>=1.26 .1,<2" ,
11+ " flwr>=1.32 .1,<2" ,
1212 " flwr-datasets[vision]>=0.6.0" ,
1313 " torch==2.10.0" ,
1414 " torchvision==0.25.0" ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RELEASE_NAME ?= flower-addon
66CHART_PATH ?= charts/flower-addon
77
88# Image configuration (default: official Flower images)
9- SUPERLINK_IMAGE ?= flwr/superlink:1.26 .1-py3.13-ubuntu24.04
10- SUPERNODE_IMAGE ?= flwr/supernode:1.26 .1-py3.13-ubuntu24.04
9+ SUPERLINK_IMAGE ?= flwr/superlink:1.32 .1-py3.13-ubuntu24.04
10+ SUPERNODE_IMAGE ?= flwr/supernode:1.32 .1-py3.13-ubuntu24.04
1111APP_IMAGE ?= flower-app:1.0.0
1212
1313.PHONY : all
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: flower-addon
33description : Flower Federated Learning addon for Open Cluster Management
44type : application
55version : 0.1.0
6- appVersion : " 1.26 .1"
6+ appVersion : " 1.32 .1"
77keywords :
88 - federated-learning
99 - flower
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ superlink:
66 namespace : flower-system
77 image :
88 repository : flwr/superlink
9- tag : " 1.26 .1-py3.13-ubuntu24.04"
9+ tag : " 1.32 .1-py3.13-ubuntu24.04"
1010 pullPolicy : IfNotPresent
1111 resources :
1212 requests :
3535supernode :
3636 image :
3737 repository : flwr/supernode
38- tag : " 1.26 .1-py3.13-ubuntu24.04"
38+ tag : " 1.32 .1-py3.13-ubuntu24.04"
3939 pullPolicy : IfNotPresent
4040 resources :
4141 requests :
Original file line number Diff line number Diff line change 1- FROM flwr/superexec:1.26 .1-py3.13-ubuntu24.04
1+ FROM flwr/superexec:1.32 .1-py3.13-ubuntu24.04
22
33WORKDIR /app
44COPY pyproject.toml .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "1.0.0"
88description = " CIFAR-10 Image Classification with Federated Learning (FedAvg + CNN)"
99license = " Apache-2.0"
1010dependencies = [
11- " flwr>=1.26 .1" ,
11+ " flwr>=1.32 .1" ,
1212 " flwr-datasets[vision]>=0.6.0" ,
1313 " torch==2.10.0" ,
1414 " torchvision==0.25.0" ,
You can’t perform that action at this time.
0 commit comments