upgrade to cuda 11.4 and cudnn 8.2. Fixed missing file.

PiperOrigin-RevId: 393458415
Change-Id: Ie445757419c52345c6157982d4982ea76621e384
diff --git a/tensorflow/tools/ci_build/rel/ubuntu/gpu_py39_nonpip.sh b/tensorflow/tools/ci_build/rel/ubuntu/gpu_py39_nonpip.sh
index 6aecd56..e2a84b4 100644
--- a/tensorflow/tools/ci_build/rel/ubuntu/gpu_py39_nonpip.sh
+++ b/tensorflow/tools/ci_build/rel/ubuntu/gpu_py39_nonpip.sh
@@ -31,7 +31,7 @@
 
 test +e
 bazel test \
-  --config=release_gpu_linux_11_4 \
+  --config=release_gpu_linux \
   --repo_env=PYTHON_BIN_PATH="$(which python3.9)" \
   --build_tag_filters="${tag_filters}" \
   --test_tag_filters="${tag_filters}" \