-
Notifications
You must be signed in to change notification settings - Fork 63
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
fixed docker file generation for C/Ccpp target and python target #700
Conversation
Hi Steven |
oh i was trying to resolve the merge conflict |
converting this to draft because I am getting a
error after resolving conflicts |
Hmm, the merge created a weird |
My guess is that the merge conflict happened because of this line in
|
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.
This looks good! I left a minor comment (and I saw there was also an unaddressed comment from @Soroosh129).
C/Ccpp target:
fixed both standalone and federated docker file generation.
Python target:
added standalone docker file generation.
Also added an example at example/C/ContainerizedFederatedHelloWorld