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 <[email protected]>
  • Loading branch information
teoparvanov committed Jan 17, 2025
1 parent 980709f commit ff46dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfl-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 \
Expand All @@ -17,7 +17,7 @@ $> docker build . -t openfl -f Dockerfile.base \

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 ff46dd3

Please sign in to comment.