Stefano Maxenti
Stefano Maxenti
If you want to run the code as-is, you need to downgrade gym to a very old version (0.7.3). That is: `pip install gym==0.7.3` (maybe in a virtual environment).
I tried to deploy this on OpenShift, and at the beginning I was not able to have the `/dev/gdrdrv` available in the (privileged) container. I found the logs of the...
While everything works fine on a privilged container, I am unable to use the env. variable NVIDIA_GDRCOPY=enabled inside a **non-privileged** pod using the NVIDIA GPU Operator. Without hostPath and with...