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

Support explicit environments #58

Open
mivade opened this issue Aug 9, 2019 · 0 comments
Open

Support explicit environments #58

mivade opened this issue Aug 9, 2019 · 0 comments

Comments

@mivade
Copy link

mivade commented Aug 9, 2019

Conda supports exporting explicit environments via conda list --explicit which results in output like the following (truncated for clarity):

# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
@EXPLICIT
https://repo.anaconda.com/pkgs/main/linux-64/_libgcc_mutex-0.1-main.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/blas-1.0-mkl.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2019.6.16-hecc5488_0.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/intel-openmp-2019.4-243.conda

This can be better for reproducibility since it lists the precise URLs for each package installed in an environment and also results in much faster environment creation since dependency resolution does not need to happen. Please consider a way to support environment creation from explicit package lists like this.

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