Add support for building from environment.yml
See original GitHub issueWhat can I do to help get conda working? Supporting environment.yml
is super important for lots of scientific cases where requirements.txt is a non-starter and building from a Dockerfile can take hours. But for now, I don’t know what repo I should look at or how to get testing.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Managing environments - Conda
With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them.
Read more >Support selectors in environment.yml · Issue #8089 - GitHub
I found https://stackoverflow.com/questions/32869042 - that's someone else asking for the same feature. Using conda build to configure this ...
Read more >Combining conda environment.yml with pip requirements.txt
Pip dependencies can be included in the environment.yml file like this (docs): # run: conda env create --file environment.yml name: test-env dependencies: ...
Read more >Build a Conda Environment with GPU Support for Horovod
In this section we describe how to build Conda environments for deep ... to try adding cudatoolkit-dev to your environment.yml file and see...
Read more >Install Packages in Python - Earth Data Science
If you wish to add a new package to your environment file, you can do so by updating the environment.yml file. Below you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes! I started on conda support but then gave up because I was frustrated after a few hours, and realized there are plenty of other people who can do this who do know conda!
Let’s do this during the sprint, and use it as a way to get you up to date on the entire setup, document how to add additonal builders, and add conda support!
On Wed, May 17, 2017 at 10:52 PM, Min RK notifications@github.com wrote:
– Yuvi Panda T http://yuvi.in/blog
double woot! you guys are badasses! 😄