25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
# Copyright 2023 The TensorFlow Authors. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
# ==============================================================================
|
|
source ci/official/envs/linux_x86
|
|
export TF_FORCE_GPU_ALLOW_GROWTH=true
|
|
TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --repo_env=USE_PYWRAP_RULES=True --config release_gpu_linux --test_env=TF_FORCE_GPU_ALLOW_GROWTH=true"
|
|
TFCI_BAZEL_HERMETIC_CUDA_UMD_ENABLE=1
|
|
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda
|
|
TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow"
|
|
TFCI_DOCKER_ARGS="--gpus all"
|
|
TFCI_LIB_SUFFIX="-gpu-linux-x86_64"
|
|
# TODO: Set back to 610M once the wheel size is fixed.
|
|
TFCI_WHL_SIZE_LIMIT=630M
|