It is failing exactly when the download finishes. Not sure if it is something but on the  ~/.clearml/pip-download-cache  only a  cu120  empty folder appears. Should the torch wheel be saved there?
Managed to get:
clearml_agent: ERROR: Command '['/home/ramon/.clearml/venvs-builds/3.9/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/var/tmp/requirements_tb0x2i3j.txt', '--extra-index-url', '
 died with <Signals.SIGKILL: 9>.
while building the task with the id on the agent
Yes, I configured it that way 👌 Thanks! I'll use the flag!
Hi  @<1523707996645888000:profile|GrievingTurkey78> , did you configure the agent to install requirements from  requirements.txt  ? You can get more information using the  --debug  flag when running  clearml-agent
Sure! For torch I have:
torch==2.0.1
    # via
    #   monai
    #   pytorch-lightning
    #   torchio
    #   torchmetrics
		Can you share the torch sections of your  requirements.txt  ?
@<1523701070390366208:profile|CostlyOstrich36> Thanks for the help! It ended being a mistake on my side. Misconfigured the VM's memory and it had only 3.75 G. Failed when installing torch.