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

Add google-cloud-sdk to bare-metal prognostic run environments #2374

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

spencerkclark
Copy link
Member

It occurred to me that not everyone will already have google-cloud-sdk (and namely gsutil) installed in their search PATH on Stellar or Gaea, so this adds google-cloud-sdk to the conda environment created in the install_base_software.sh script. gsutil is used within the post-processing step of the prognostic run, and without it one will encounter errors. No authentication is needed if just moving files around locally (as is the case when running on HPC).

Note we similarly install google-cloud-sdk in the prognostic run docker image, so this is not anything particularly new:

apt-get update && apt-get install -y google-cloud-sdk jq python3-dev python3-pip kubectl gfortran graphviz

Coverage reports (updated automatically):

Copy link
Contributor

@elynnwu elynnwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@spencerkclark spencerkclark merged commit e07ed4d into master Nov 17, 2023
13 of 14 checks passed
@spencerkclark spencerkclark deleted the google-cloud-sdk branch November 17, 2023 17:46
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.

None yet

2 participants