From 8f1f35730c22f94b63843db47f5d8c9eab0935d1 Mon Sep 17 00:00:00 2001 From: Teodor Parvanov Date: Fri, 17 Jan 2025 17:31:00 +0100 Subject: [PATCH 1/2] Updating the command for pulling the latest stable base image Signed-off-by: Teodor Parvanov --- openfl-docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openfl-docker/README.md b/openfl-docker/README.md index 4540ffb7a3..2f08bc5074 100644 --- a/openfl-docker/README.md +++ b/openfl-docker/README.md @@ -8,16 +8,16 @@ To develop or simulate experiments within a container, build the base image (or ```shell # Pull latest stable base image -$> docker pull intel/openfl +$> docker pull ghcr.io/securefederatedai/openfl/openfl:1.7 # Or, build a base image from the latest source code $> docker build . -t openfl -f Dockerfile.base \ - --build-arg OPENFL_REVISION=https://github.com/securefederatedai/openfl.git@develop + --build-arg OPENFL_REVISION=https://github.com/securefederatedai/openfl.git@v1.7 ``` Run the container: ```shell -user@vm:~/openfl$ docker run -it --rm openfl:latest bash +user@vm:~/openfl$ docker run -it --rm ghcr.io/securefederatedai/openfl/openfl:1.7 bash user@7b40624c207a:/$ fx OpenFL - Open Federated Learning From 53a647019307a0c1492fe217d902c6689e63350c Mon Sep 17 00:00:00 2001 From: Teodor Parvanov Date: Fri, 17 Jan 2025 18:04:47 +0100 Subject: [PATCH 2/2] Updating installation.md Signed-off-by: Teodor Parvanov --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 037bf9fb44..ef588b4456 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -61,7 +61,7 @@ This method can be used to run federated learning experiments in an isolated env > **Note:** OpenFL image hosted on `docker.io` has not been updated since the 1.5 release due to a change in namespace. We are working on this issue. In the meantime, use the instructions below to build an image from source. ```bash - docker pull intel/openfl + docker pull ghcr.io/securefederatedai/openfl/openfl:1.7 ``` * Build from source: