HomeSort by relevance Sort by last modified time
    Searched refs:DOCKERFILE (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/tools/gcs_test/
gcs_smoke.sh 68 DOCKERFILE="${BUILD_DIR}/Dockerfile"
69 if [[ ! -f "${DOCKERFILE}" ]]; then
70 die "ERROR: Cannot find Dockerfile at expected path ${DOCKERFILE}"
79 -f "${DOCKERFILE}" -t "${DOCKER_IMG}" "${BUILD_DIR}" || \
  /external/tensorflow/tensorflow/tools/docker/
parameterized_docker_build.sh 133 # Original (unmodified) Dockerfile
134 ORIG_DOCKERFILE="Dockerfile"
176 # Verify that the original Dockerfile exists
179 die "ERROR: Cannot find Dockerfile at: ${ORIG_DOCKERFILE}"
185 echo "Original Dockerfile: ${ORIG_DOCKERFILE}"
197 DOCKERFILE="${TMP_DIR}/Dockerfile"
232 # Use string replacement to put the correct file name into the Dockerfile
235 # Modify the non-devel Dockerfile to point to the correct pip whl file
241 > "${DOCKERFILE}"
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 60 DOCKERFILE="tensorflow/tools/docker/Dockerfile"
62 DOCKERFILE="tensorflow/tools/docker/Dockerfile.gpu"
73 BASE_DIR=$(upsearch "${DOCKERFILE}")
75 die "FAILED: Unable to find the base directory where the dockerfile "\
83 DOCKERFILE_PATH="${BASE_DIR}/${DOCKERFILE}"
97 die "FAILED to build docker image from Dockerfile ${DOCKERFILE_PATH}"
  /external/tensorflow/tensorflow/tools/ci_build/
ci_parameterized_build.sh 572 # Modify Dockerfile for Python3.5 | Python3.6 build
581 DOCKERFILE="${SCRIPT_DIR}/Dockerfile.${TF_BUILD_CONTAINER_TYPE}"
582 cp "${DOCKERFILE}" "${TMP_DIR}/" || \
583 die "ERROR: Failed to copy Dockerfile at ${DOCKERFILE}"
584 DOCKERFILE="${TMP_DIR}/Dockerfile.${TF_BUILD_CONTAINER_TYPE}"
586 # Replace a line in the Dockerfile
589 "${DOCKERFILE}"
    [all...]

Completed in 262 milliseconds