-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
5910fe4
to
5645636
Compare
ca1572a
to
56653ee
Compare
There exists a current issue right now with invoking papermill via subprocess. |
f329d0c
to
3ebfabb
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.
Thanks Alan, just had the two comments and a question.
Is the user_volume_path
logic solely introduced for read-only container systems like crio or would this same logic hold for docker-based container systems? I'm just wondering if we should change its name or add another attribute to indicate behavior unique for crio, if that's the case.
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.
LGTM
@kevin-bates - The Sidenote: argoproj/argo-workflows#2679 (comment) - This just went in this morning addressing the emptydir issue with argo, which was the root of our problem here. So things may change again once kubeflow picks up the release with this fix. |
Thanks Alan - this seems fine and it sounds like the field is still too unknown anyway. Let's let things play out as is for the time being. |
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.
Thanks!
Previously when installing python packages within the notebook e.g. using '!pip install' the packages failed to install due to write permissions. This sets the target directory path to the mounted volume for all pip installations via a global pip configuration file. This volume is also mounted to same writable root path /opt/app-root/src/ to align with the ODH jupyterhub environment when using the s2i-lab-elyra image.
687b6e7
to
cf2b01a
Compare
Updates the kfp-notebook to support pip installation from the notebook
and aligns pipeline runtime environment with the elyra image in odh
Developer's Certificate of Origin 1.1