docker-tensorflow-builder
docker-tensorflow-builder copied to clipboard
compute compatibility
how do i specify the compute compatibility .. i would like to build with 3.0
Hi,
in the build.sh script, located in the subfolder of the OS you want to build for, there is a:
export TF_CUDA_COMPUTE_CAPABILITIES=5.2,3.5
you just need to set this accordingly.