Libcuda.so.1 not available

I received evaluation failed with libcuda.so.1 not available …
Is it expected ?I am able to run agent on my local machine.
ImportError: libcuda.so.1: cannot open shared object file: No such file or directory

Likely your docker environment. Are you certain it is installed in docker correctly?

Have you used docker run locally?

I update aircrowd.json file and issue solved.
i change “gpu”: true from “gpu”: false

Glad you got sorted!

Changing that in your json file will disable gpu usage, which will drastically slow down your evaluation to the point where it won’t be a viable submission. Rather, you should fix your environment file (requirements.txt or environment.yml) so that the docker installs necessary libraries to run Cuda.