- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TFCI_PYTHON_VERSION (1.16 sec)
-
ci/official/utilities/setup_macos.sh
# the other versions manually. if [[ "${TFCI_MACOS_PYENV_INSTALL_ENABLE}" == 1 ]]; then # Install the necessary Python, unless it's already present pyenv install -s "$TFCI_PYTHON_VERSION" pyenv local "$TFCI_PYTHON_VERSION" # Do a sanity check to make sure that we using the correct Python version python --version fi # TFCI Mac VM images do not have twine installed by default so we need to
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Jun 23 23:03:02 UTC 2025 - 6.8K bytes - Viewed (0) -
ci/official/envs/linux_x86
# limitations under the License. # ============================================================================== TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --repo_env=USE_PYWRAP_RULES=True --config release_cpu_linux" TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow_cpu" TFCI_DOCKER_ENABLE=1
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Jul 16 22:21:17 UTC 2025 - 1.4K bytes - Viewed (0)