-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add etcd dependency and interface #3597
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
Conversation
docker/Dockerfile.multi
Outdated
@@ -57,6 +57,10 @@ RUN bash ./install_polygraphy.sh && rm install_polygraphy.sh | |||
COPY docker/common/install_mpi4py.sh install_mpi4py.sh | |||
RUN bash ./install_mpi4py.sh && rm install_mpi4py.sh | |||
|
|||
# Install etcd | |||
COPY docker/common/install_etcd.sh install_etcd.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please contact @ZhanruiSunCh to update the Docker image?
fde236c
to
ca4d1d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I should've missed some context - why is this file needed and where is it going to be used? Should we wait until there are changes that actually use those data structures?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After discussion with @Shixiaowei02 , we plan to split the support of dynamic scaling into a few small PRs. In this PR, we want to align the interface of etcd first and there will be another MR depends on this. I will submit it soon.
Signed-off-by: Shunkang <[email protected]>
Signed-off-by: Shunkang <[email protected]>
ca4d1d6
to
5013d7e
Compare
The etcd will be added in dockerfile in MR #3616