question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for building from environment.yml

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
yuvipandacommented, May 18, 2017

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:

I’m excited to find a way I can finally contribute! But I haven’t kept up with the new pieces. Maybe this can be one of my tasks during PyCon sprints next week, since Yuvi will be here.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yuvipanda/builderhub/issues/17#issuecomment-302307734, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB23lU_UvG_nefTbtS_UqNbm1xPiby9ks5r69yogaJpZM4Netda .

– Yuvi Panda T http://yuvi.in/blog

0reactions
choldgrafcommented, May 22, 2017

double woot! you guys are badasses! 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found