-
Notifications
You must be signed in to change notification settings - Fork 179
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
update code transforms the support new api #1023
base: dev
Are you sure you want to change the base?
update code transforms the support new api #1023
Conversation
Signed-off-by: Shivdeep Singh <[email protected]>
Signed-off-by: Shivdeep Singh <[email protected]>
Signed-off-by: Shivdeep Singh <[email protected]>
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.
@shivdeep-singh-ibm thanks you being thorough with this migration.
FROM ${BASE_IMAGE} | ||
|
||
# see https://docs.openshift.com/container-platform/4.17/openshift_images/create-images.html#use-uid_create-images | ||
USER root | ||
RUN chown ray:root /home/ray && chmod g=u /home/ray | ||
RUN chown ray:root /home/ray && chmod 775 /home/ray |
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.
@touma-I Notebooks are all there, but they are the absolute minimum! README's are missing. I will work on the READMEs. |
- update code2parquet, license_select and proglang-select with README and notebooks. Signed-off-by: Shivdeep Singh <[email protected]>
Why are these changes needed?
Related issue number (if any).