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

feat(framework:skip) Update Docker Compose distributed files for 1.13.0 #4414

Merged
merged 6 commits into from
Nov 11, 2024

Conversation

Robert-Steiner
Copy link
Member

@Robert-Steiner Robert-Steiner commented Nov 1, 2024

Issue

Description

Updates the Docker Compose complete setup to incorporate the upcoming 1.13.0 changes.

Related issues/PRs

Proposal

Explanation

Checklist

  • Implement proposed change
  • Write tests
  • Update documentation
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

Signed-off-by: Robert Steiner <robert@flower.ai>
@Robert-Steiner Robert-Steiner self-assigned this Nov 1, 2024
@Robert-Steiner Robert-Steiner changed the title feat(framework:skip) Update Docker Compose distributed files for 1.13.0 feat(framework:skip) Update Docker Compose distributed files for 1.13.0 Nov 1, 2024
Copy link
Contributor

@chongshenng chongshenng left a comment

Choose a reason for hiding this comment

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

Thanks @Robert-Steiner. Similar to #4413, let's set the image tags to nightly.

@@ -2,6 +2,10 @@ services:
superlink:
image: flwr/superlink:${FLWR_VERSION:-1.12.0}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
image: flwr/superlink:${FLWR_VERSION:-1.12.0}
image: flwr/superlink:${FLWR_VERSION:-1.12.0}

Same as this comment. This should be nightly for now, until 1.13 is released.

build:
context: ${PROJECT_DIR:-.}
dockerfile_inline: |
FROM flwr/superexec:${FLWR_VERSION:-1.12.0}
FROM flwr/serverapp:${FLWR_VERSION:-1.12.0}
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment as above.

src/docker/distributed/server/compose.yml Outdated Show resolved Hide resolved
Robert-Steiner and others added 2 commits November 4, 2024 17:00
Co-authored-by: Chong Shen Ng <chong.shen@flower.ai>
Signed-off-by: Robert Steiner <robert@flower.ai>
Copy link
Contributor

@chongshenng chongshenng left a comment

Choose a reason for hiding this comment

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

lgtm!

@Robert-Steiner Robert-Steiner marked this pull request as ready for review November 7, 2024 15:52
@tanertopal tanertopal enabled auto-merge (squash) November 11, 2024 11:42
Copy link
Member

@tanertopal tanertopal left a comment

Choose a reason for hiding this comment

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

Lgtm!

@tanertopal tanertopal merged commit 92c0856 into main Nov 11, 2024
54 of 55 checks passed
@tanertopal tanertopal deleted the feat/update-docker-compose-distributed branch November 11, 2024 11:49
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