Skip to content

Commit

Permalink
Updating the command for pulling the latest stable base image
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Parvanov <teodor.parvanov@intel.com>
  • Loading branch information
teoparvanov committed Jan 17, 2025
1 parent 980709f commit 8f1f357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openfl-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f1f357

Please sign in to comment.