Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for texture (0.16 sec)

  1. ci/devinfra/docker_windows/Dockerfile

    # Install Chocolatey and packages
    RUN Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
        $env:PATH = [Environment]::GetEnvironmentVariable('PATH', 'Machine'); \
        choco feature enable -n allowGlobalConfirmation; \
        choco install 7zip; \
        choco install 7zip.install; \
        choco install 7zip.portable; \
        choco install anaconda2 --version 5.0.1; \
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top