AzaelCicero

Results 7 comments of AzaelCicero

Where should I put the **settings.py** file to be picked up by build via docker-compose?

It makes sense and its even inline with docker documentation. However it is in contradiction to my observations on latest Ubuntu 20.04 software stack and images (nvidia/cuda:11.2.0-devel) Let me get...

I didn't change anything in configuration of Docker. My assumption is that NVIDIA changed behaviour of their docker runtime. Why **clearml-agent** sets **NVIDIA_VISIBLE_DEVICES=all** in the command? Is there any edge...

Thanks @bmartinn for pointing out the impact of `privileged` I was not aware of this behaviour. My environment requires `-privileged`. I am leveraging **Docker In Docker** as a clearml-agent runner...

@dcarrion87 I have ended up with the "temporary" workaround. At the start of the script ran by the ClearML agent I discover what GPU is available to the runner. ```python...

Yes, I would be able to prepare such PR if you think it will be viable addition to Scenario Runner.

@joel-mb Who else can review this change in order to get it merged?