Managing Conda on AnVIL

Is there a Cloud Environment stack already set up for managing conda environments or does conda need to be manually installed for every new Cloud Environment?
Thanks!

2 Likes

From Slack 5:19pm EST

[for] terra notebook runtimes, we don’t support conda […] welcome to contribute if they’d like to set up conda (might not be straightforward)….https://github.com/DataBiosphere/terra-docker/tree/master/terra-jupyter-python is where the setup would be

From Slack 6:29pm EST

It is two steps to install in the AnVIL terminal:

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh

So, to confirm, conda needs to be manually installed for any Cloud Environment?

Kathryn, That does seem to be the case.

1 Like

Conda is not available in any of the standard images, but you could install it using the miniconda script as needed or build a custom image with it preloaded (plus any other tools that you would like)

Good luck!

Mike