-
Notifications
You must be signed in to change notification settings - Fork 35
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
ID-721 Update Terra Notebook Utils to 0.13.0 #449
Conversation
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 can't thank you enough for working through that 🙏
You should be able to merge and then follow the rest of the instructions here: https://broadworkbench.atlassian.net/wiki/spaces/IA/pages/2519564289/Integrating+new+Terra+docker+images+with+Leonardo
I am UL this week for IA and can help out with all of it
@@ -212,16 +213,27 @@ RUN mkdir -p /tmp/jellyfish && \ | |||
cd $HOME && \ | |||
rm -rf /tmp/jellyfish | |||
|
|||
# Install Cereal headers (dependency of pangenie) |
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 for fixing that :)
# Avoid notebook extension issues | ||
&& pip3 install "nbclassic<0.5" \ | ||
# for jupyter_delocalize.py and jupyter_notebook_config.py | ||
&& pip3 install requests \ | ||
&& pip3 install firecloud \ | ||
&& pip3 install terra-notebook-utils \ | ||
&& pip3 install terra-notebook-utils==0.13.0 \ |
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 promise next time, this will be the only line to change!
https://broadworkbench.atlassian.net/browse/ID-721
Updating TNU to
0.13.0
so that the DRSHub can be used instead of Martha. If TNU sees aDRS_RESOLVER_ENDPOINT
environment variable, it will talk to DRSHub at the specified endpoint for DRS resolutions. If the env var is not provided, TNU will default back to Martha.Looks like I had to update all the images!