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

Manage and record kiara runtime environment #17

Open
1 of 3 tasks
makkus opened this issue Jan 28, 2022 · 1 comment
Open
1 of 3 tasks

Manage and record kiara runtime environment #17

makkus opened this issue Jan 28, 2022 · 1 comment
Assignees
Milestone

Comments

@makkus
Copy link
Contributor

makkus commented Jan 28, 2022

Description

In order to make workflows and the resulting data as reproducible as possible, we need to record the runtime environment in which data was produced. This means, at a very minimum, recording all Python packages in the current virtualenv. But possibly also other crucial information, like the OS the virtualenv is running in, Conda packages, the version of glibc, and possible other system packages that are installed.

Task list

  • create classes that parse the runtime environment they are running in, and record that metadata in a structured way
  • attach this metadata to every dataset that was created
  • add cli subcommand to query version information
@makkus
Copy link
Contributor Author

makkus commented Mar 2, 2024

Just a note that this is still open, but hasn't been implemented further because its relatively low priority for now.

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