Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 450466290
Change-Id: I7848232c3ad702e6ab653bffd043adf455d90640
  • Loading branch information
qstanczyk authored and copybara-github committed May 23, 2022
1 parent 52a3587 commit 7001c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ else
fi
popd

PYTHON_CMDS=$(echo ${PYTHON} | sed 's/[^ ]* */python&/g')

run_docker docker build --tag launchpad:build \
--build-arg python_version="python${PYTHON}" \
--build-arg python_version="${PYTHON_CMDS}" \
--build-arg tensorflow_pip="${TF_PACKAGE}" \
-f "docker/build.dockerfile" .

Expand Down

0 comments on commit 7001c7a

Please sign in to comment.