Hi AdventurousLizard97 , are you running the agent in docker mode?
Hi AdventurousLizard97 , can you please provide the full log of such a run?
it's pet example. of course, just for fast testing
Here is an example of a log. This is a clone from a previously launched experiment, but as you can see, the packages are downloaded again
That's clone of previous log experiment. Download packages again ((
I see. The pip_download_cache option is only used for torch downloads. For all other purposes (i.e. as used by pip) we use pip_cache: "/root/.cache/pip" setting
And if you clone the the same experiment and run it on the same machine it will again download all packages?