Skip to content

Commit

Permalink
fix of more typos..
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 8, 2024
1 parent d9c1a88 commit 5e30cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/monai-2D-mednist/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Connecting clients:
.. code-block::
export FEDN_PACKAGE_EXTRACT_DIR=package
export FEDN_DATA_PATH=./data
export FEDN_DATA_PATH=./data/
export FEDN_CLIENT_SETTINGS_PATH=<full_path_to_the_dir>/client_settings.yaml
fedn client start -in client.yaml --secure=True --force-ssl
Expand All @@ -85,7 +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_DATA_PATH=./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 5e30cb4

Please sign in to comment.