Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions to connect examples to distributed deployment #392

Merged
merged 6 commits into from
Jun 15, 2022

Conversation

mcapuccini
Copy link
Contributor

Description

This PR adds instructions to connect examples to remote deployment. A minor modification as also been made to the examples' fedn.yaml in order to pass the data path. This will also bypass the docker logic such that mounting the socket won't be necessary.

@mcapuccini mcapuccini requested review from ahellander and Wrede May 23, 2022 14:02
@mcapuccini mcapuccini self-assigned this May 23, 2022
Wrede
Wrede previously requested changes Jun 10, 2022
examples/mnist-keras/README.md Outdated Show resolved Hide resolved
examples/mnist-keras/README.md Outdated Show resolved Hide resolved
@mcapuccini mcapuccini requested a review from Wrede June 15, 2022 09:06

```bash
docker run -d \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets run it interactively by deafult, so that the user gets a visual confirmation that it is working / can see the printouts.

-e ENTRYPOINT_OPTS=--data_path=/var/data/mnist.npz \
--add-host=reducer:<reducer-ip> \
--add-host=combiner:<combiner-ip> \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave these out and instead make a note / warning box explaining in more detail in which situations they are needed and provide the full example there / below. .

@mcapuccini mcapuccini dismissed Wrede’s stale review June 15, 2022 09:35

I made the changes

@mcapuccini mcapuccini merged commit efee9b4 into develop Jun 15, 2022
@mcapuccini mcapuccini deleted the docs/deployment branch June 15, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants