Could not copy memory. Error: 35

After docker is created by the command(docker run --net=host --privileged --volume=/dev:/dev -it isaac_env:v1.3), execute (bazel run //apps/samples/realsense_camera) command and report two error:
1 checkOperatingSystem’ of type ‘isaac::alice::CheckOperatingSystem’ reported FAILURE:
Failed to retrieve CUDA runtime version: 35
2 external/com_nvidia_isaac_engine/engine/core/buffers/algorithm_cuda.cpp@55: Could not copy memory. Error: 35
Nvidia driver version is 470 cuda is 10.2 in docker

What platform is this on exactly? You’d want to run bazel run on an x86 host machine with CUDA 10.2 installed.