Command ['sh', '-c', 'yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo && yum clean all && yum -y install cuda-toolkit && ls -al /usr/local && nvcc --version && echo nvcc location: && which nvcc && export CUDACXX="$(which nvcc)" && echo $CUDACXX && echo gcc version: && gcc --version && export BUILD_WITH_CUDA=1 && export TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0" && python -c \'import site; print(site.getsitepackages())\n'] failed with code 1.