Skip to content
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

Merged
merged 12 commits into from
Sep 25, 2023

Conversation

tlangs
Copy link
Contributor

@tlangs tlangs commented Jul 31, 2023

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 a DRS_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!

Copy link
Collaborator

@LizBaldo LizBaldo left a 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)
Copy link
Collaborator

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 \
Copy link
Collaborator

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!

@tlangs tlangs merged commit f55bcbb into master Sep 25, 2023
9 checks passed
@tlangs tlangs deleted the tl_ID-721_update_terra_notebook_utils branch September 25, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants