-
Notifications
You must be signed in to change notification settings - Fork 207
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 docstring to facilitate doc generation for dockerize subcommand #1136
base: develop
Are you sure you want to change the base?
Add docstring to facilitate doc generation for dockerize subcommand #1136
Conversation
3272c5d
to
d403581
Compare
d403581
to
b361d83
Compare
b361d83
to
5ae659d
Compare
openfl/interface/workspace.py
Outdated
To package the workspace and save the Docker image as a tarball: | ||
|
||
```python | ||
dockerize_(context, save=True, rebuild=False, revision='main') |
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.
Users won't be calling the python functions, so I suggest providing command examples.
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've removed the python example altogether till we figure out best way to document all the workspace (or any such command wrapper) that is used with openfl binary wdyt @MasterSkepticista ?
@ishaileshpant With #1140 merged, this readme provides (incomplete) details on how to use dockerize subcommand. I am open to ideas on how (and where) to best document practices on how to run an enclave-enabled container. |
May be first thing is to fix this readme or link a doc specifically detailing enclave based run possibly here https://github.com/securefederatedai/openfl/tree/develop/docs/developer_guide/advanced_topics - wdyt @MasterSkepticista ? |
f9b156b
to
3ba1f82
Compare
d87a885
to
38a1307
Compare
…ize` command - Rebased - 18/Nov/2024 - Updated as per latest code and comments - Added module level comment Signed-off-by: Shailesh Pant <shailesh.pant@intel.com>
38a1307
to
9ae28e7
Compare
No description provided.