Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pyenv (0.01 sec)

  1. ci/official/utilities/setup_macos.sh

      if command -v brew &> /dev/null && brew list pyenv &> /dev/null; then
        # On "ventura-slcn" VMs, pyenv is managed via Homebrew.
        echo "pyenv is installed and managed by homebrew."
        brew update && brew upgrade pyenv
      else
        echo "pyenv is not managed by homebrew. Installing it via github..."
        # On "ventura" VMs, pyenv is not managed by Homebrew. Install the latest
        # pyenv from github.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jun 23 23:03:02 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. ci/official/containers/ml_build/Dockerfile

    RUN /setup.python.sh python3.14-nogil /builder.requirements.txt
    
    # Since we are using python3.12 as the default python version, we need to
    # install python3.12 last for now.
    # TODO(b/376338367): switch to pyenv.
    RUN /setup.python.sh python3.12 /builder.requirements.txt
    
    COPY setup.sources.cudnn.sh /setup.sources.cudnn.sh
    ARG INSTALL_CUDNN=false
    ARG CUDA_PACKAGES_FILE=cuda12.1_cudnn9.1.packages.txt
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 01 02:44:57 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top