aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-05-21 15:55:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-21 16:02:33 -0700
commit2746bc3aec9b881343e99c10d0edebca92e0ee1f (patch)
treea5bfdf4bcef05ebde868ee66cdb5767d2a7297e3 /tensorflow/tools
parentc734063a84b505f6423cb2d2b7147eaccee1a8f2 (diff)
Internal Change.
PiperOrigin-RevId: 197475076
Diffstat (limited to 'tensorflow/tools')
-rwxr-xr-xtensorflow/tools/ci_build/linux/libtensorflow_docker.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/linux/libtensorflow_docker.sh b/tensorflow/tools/ci_build/linux/libtensorflow_docker.sh
index bf992cf63d..f958b3c9b7 100755
--- a/tensorflow/tools/ci_build/linux/libtensorflow_docker.sh
+++ b/tensorflow/tools/ci_build/linux/libtensorflow_docker.sh
@@ -21,7 +21,12 @@
# See libtensorflow_cpu.sh and libtensorflow_gpu.sh
set -ex
+
+# Current script directory
+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+
+source "${SCRIPT_DIR}/../builds/builds_common.sh"
DOCKER_CONTEXT_PATH="$(realpath ${SCRIPT_DIR}/..)"
ROOT_DIR="$(realpath ${SCRIPT_DIR}/../../../../)"