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

Periodically and automatically update environment-colab.yml #2

Open
icoxfog417 opened this issue Aug 15, 2022 · 0 comments
Open

Periodically and automatically update environment-colab.yml #2

icoxfog417 opened this issue Aug 15, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@icoxfog417
Copy link
Owner

As a data scientist who want to save Colab notebook with reproducable environment, the environment-colab.yml should follow the latest Colab environment. To enable this, the cycle to update environment-colab.yml periodically and automatically is required.

The rough procedures are the following:

  1. Make latest package list by executing pip freeze on Colab periodically (by using Colab Pro+ feature?).
  2. Make the latest environment-colab.yml from the 1) and packages listed on existing environment-colab.yml.
  3. Make the latest requirements-colab.txt from 1) and 2) .
  4. git add/commit/push 2) and 3) to this repository
@icoxfog417 icoxfog417 added enhancement New feature or request help wanted Extra attention is needed labels Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant