Skip to content

Commit

Permalink
fixing data path in the client commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 8, 2024
1 parent 981ef20 commit b035565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/monai-2D-mednist/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Connecting clients:
.. code-block::
export FEDN_PACKAGE_EXTRACT_DIR=package
export FEDN_DATA_PATH=./data
export FEDN_CLIENT_SETTINGS_PATH=./client_settings.yaml
fedn client start -in client.yaml --secure=True --force-ssl
Expand All @@ -84,6 +85,7 @@ For convenience, there is a Docker image hosted on ghrc.io with fedn preinstalle
-v $PWD/client.yaml:/app/client.yaml \
-v $PWD/client_settings.yaml:/app/client_settings.yaml \
-e FEDN_PACKAGE_EXTRACT_DIR=package \
-e FEDN_DATA_PATH=/app/data \
-e FEDN_CLIENT_SETTINGS_PATH=/app/client_settings.yaml \
ghcr.io/scaleoutsystems/fedn/fedn:0.9.0 run client -in client.yaml --force-ssl --secure=True
Expand Down

0 comments on commit b035565

Please sign in to comment.