Skip to content

Commit

Permalink
[r2.15] removed python word PY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
pramenku authored Aug 7, 2024
1 parent a1bd6a0 commit d2843c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/tf_sig_build_dockerfiles/setup.python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2843c5

Please sign in to comment.