Skip to content

Commit

Permalink
Updated the document with new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 25, 2024
1 parent 39d074c commit d3556dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,12 @@ For convenience, there is a Docker image hosted on ghrc.io with fedn preinstalle
```sh
docker run \
-v $PWD/client.yaml:/app/client.yaml \
-v $PWD/client_settings.yaml:/app/client_settings.yaml \
-v $PWD/data:/app/data \
-v $PWD/data/power.npz:/app/data/power.npz \
-e FEDN_PACKAGE_EXTRACT_DIR=package \
-e FEDN_DATA_PATH=/app/data/ \
-e FEDN_CLIENT_SETTINGS_PATH=/app/client_settings.yaml \
-e FEDN_DATA_SPLIT_INDEX=0 \
-e FEDN_DATA_PATH=/app/data/power.npz \
ghcr.io/scaleoutsystems/fedn/fedn:0.9.0 run client -in client.yaml --force-ssl --secure=True
```


Now on the session tab in the Studio, click on the start session to initiate the training rounds.

For more details about FEDn SDK or FEDn Studio, click on the following [link](https://fedn.readthedocs.io/en/stable/introduction.html)
Expand Down

0 comments on commit d3556dd

Please sign in to comment.