cool. thanks 🙂 also - is there a way for it to use cashed packages rather than downloading them each time?
Hi CloudyHamster42
how do i have the trains-agent install myÂ
requirements.txt
 file from my repo when creating the environment?
BTW if you clear all "the installed packages", then trains-agent
will user requirements.txt and update back all the packages in the UI
otherwise if you empty the installed packages and the requirements.txt is in one of the parents folder of the files that ran trains should detect it automatically
You can try copying all the contents of requirements.txt to the installed packages tab in the trains dashboard of your experiment (in the UI)
yes, now i see it works.. the problem is im using torch_geometric and appantly it used torch for installation. is there any way to use an environment that already exists instead of creating a new one each time?