8000
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
anaconda used to have these "shared environment files". The idea was to make it is easy to install pretty complicated environments quickly.
I would like to recreate something similar for users that do not have conda installed at all.
This would allow:
Running
conda env update --file SOME_SPEC_FILE
after the creation of the base environment
Downloading optimized packaged based on cpu capabilities and potentially GPU.
could be done with #985
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
What is the idea?
anaconda used to have these "shared environment files". The idea was to make it is easy to install pretty complicated environments quickly.
I would like to recreate something similar for users that do not have conda installed at all.
This would allow:
Why is this needed?
Running
after the creation of the base environment
What should happen?
Downloading optimized packaged based on cpu capabilities and potentially GPU.
Additional Context
could be done with #985
The text was updated successfully, but these errors were encountered: