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

All tools should make use of public runtime container image to manage dependencies #353

Open
alxmrs opened this issue Jun 27, 2023 · 0 comments

Comments

@alxmrs
Copy link
Collaborator

alxmrs commented Jun 27, 2023

We've finally been able to host a public Docker image for weather-tools. The first version can be pulled with this command:

docker pull gcr.io/weather-tools-prod/weather-tools:0.0.0

This unblocks our ongoing efforts to make weather-tools easy to install!

In brief, here is what's needed to make installation better:

  • For each tool's associated script, let's add an argument that points to our runtime container. Right now, we specify extra_packages. I believe this can go away. See
    cli(['--extra_package', pkg_archive])
    . I believe we can remove a lot of the packaging and installing logic in these scripts.
  • We will most likely need to create a new runtime container with an incremented version to get the latest dependencies.

The next steps to fully land a clean install experience will involve:

CC: @blackvvine @DarshanSP19

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

No branches or pull requests

1 participant