Conda Environment in Colab #132
-
Hi everyone, we tried to install conda locally (Miniconda) and to use it in Colab, but it seems so that something went wrong or got lost, since every time when we start a new runtime in Colab, we have to install it again and therefore, we also have to re-build the conda environment. That is very tedious and needs a lot of time which may not be necessary - so my question is, how to build a conda environment in Colab such that it permanently exists there ? Is this possible and has anyone of you a short explanation on that ? That would be really great :) Thank you and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Greetings @whoopi24 You can specify the directory for conda to install to using
So, you can mount your google drive and conda install there to make it permanent. |
Beta Was this translation helpful? Give feedback.
The issue has been solved by Joerg0, thank you for trying out so many different approaches!
If you have problems regarding the conda environment in Google Colab, I refer to the very detailed post about the solution of Joerg0: #137
Good luck to everyone !
Marina