From d2843c523e671bd0d9fa27338abce18d19a54544 Mon Sep 17 00:00:00 2001 From: pramenku <7664080+pramenku@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:16:47 +0530 Subject: [PATCH] [r2.15] removed python word PY_VERSION to fix, https://ontrack-internal.amd.com/browse/SWDEV-478003 --- tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh b/tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh index 9025f7c460cfe7..24a51a80f034de 100755 --- a/tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh +++ b/tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh @@ -50,7 +50,7 @@ else source ~/.bashrc VERSION=$1 REQUIREMENTS=$2 -PY_VERSION="python${VERSION}" +PY_VERSION="${VERSION}" # Add deadsnakes repo for Python installation DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated update