We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conda has an option to install packages by default in all the environments created: https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#always-add-packages-by-default-create-default-packages
conda
It seems that we can use this option instead of what we are currently doing:
conda install
environment.yml
CONDA_APPEND_CORE_REQUIREMENTS
This has some benefits:
This config was added in 2.0.1, we can start using it without too much problem with the current docker images in production
Reference: readthedocs/readthedocs-docker-images#113
The text was updated successfully, but these errors were encountered:
No branches or pull requests
conda
has an option to install packages by default in all the environments created: https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#always-add-packages-by-default-create-default-packagesIt seems that we can use this option instead of what we are currently doing:
conda install
command, orenvironment.yml
(feature flagCONDA_APPEND_CORE_REQUIREMENTS
)This has some benefits:
Reference: readthedocs/readthedocs-docker-images#113
The text was updated successfully, but these errors were encountered: