I have a environment.yml file which i used as follows on my local system,
conda env create -f environment.yml
But I have now shifted to Google Colab and installed Conda into it using this link.
How can I now create a new conda environment inside Colab using the .yml file as I used to do on my local system?