-
Notifications
You must be signed in to change notification settings - Fork 2
Dev 26 versioning docker images #33
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
…d is at correct version
…ioning-docker-images
…in console) from the container rather than from a mounted location on the host
…latest upstream 2.3.0 build
…ioning-docker-images
…ioning-docker-images
…ors and swarm participants need
…matically when generating startup kits
…tl application code
|
|
||
| 0. **Clone the repository:** | ||
| # Usage for Developers | ||
|
|
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.
Can we put the guide for swarm participants above the developers? Many of the collaborators directly went into executing the commands through the readme
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.
Yes, and check references to "above"
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.
Done.
| @@ -0,0 +1,2 @@ | |||
| # version of the ODELIA Docker image, read by different scripts | |||
| 0.9 No newline at end of file | |||
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.
I am wondering if we can relate the version number to something live PR? I forgot what does 0.9 mean here.
Can I propose 0.26.0-dev.33 here?
0.26.0: Indicates the 26th development iteration (assuming semantic versioning).
-dev.33: Marks it as a development build tied to PR #33.
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.
Discussed in call:
.-dev..<git rev-parse --short HEAD>
currently: 0.9-dev.20250317.c630010 (also for versions used in the swarm)
releases: omit -dev. part
script to generate startup scripts already includes this in the docker.sh scripts where it is also displayed during normal usage; should generate .zip files per startup kits containing the version number in the filename
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.
done
| See [application/jobs/minimal_training_pytorch_cnn/README.md](application/jobs/minimal_training_pytorch_cnn/README.md) | ||
| 3. **3D CNN for classifying breast tumors:** | ||
| See [3dcnn_ptl/README.md](application/jobs/3dcnn_ptl/README.md) | ||
| ## Build the Docker Image |
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.
we should do git submodule update docker_config/NVFlare/ before this right?
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.
Yes, add this after the "clone"
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.
Done.
…users of the readme file
Summary of changes