From the logs when ran with --foreground I I do not see any conda create command.
Type "help", "copyright", "credits" or "license" for more information.
>>> from clearml_agent.helper.gpu.gpustat import get_driver_cuda_version
>>> get_driver_cuda_version()
'110'
Installed miniconda finally, now trying to run the task
Damn, okay I'll make sure we fix the order.
Could you verify the ~= works as intended (if the order id correct)
@<1523701868901961728:profile|ReassuredTiger98> thank you so much for testing it!
Mhhm, now conda env creation takes forever since it probably resolves conflicts. At least that is what is happening when I tried to manually install my environment
send me the conda freeze:
# Name Version Build Channel
...
btw: why is agent.package_manager and agent attribute. Imo it does not make sense because conda can install pip packages, but pip cannot install conda packages which can lead to install failures, right?