Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mazuro (0.17 sec)

  1. ci/devinfra/docker_windows/Dockerfile

    # Install Scoop and packages
    RUN iex \"& {$(irm get.scoop.sh)} -RunAsAdmin\"; \
        scoop install perl; \
        scoop install bazel; \
        scoop install cuda; \
        scoop install azure-functions-core-tools; \
        scoop install azure-cli;
    
    # Setting environment variables
    RUN [Environment]::SetEnvironmentVariable('CYGWIN', 'winsymlinks:native', 'Machine'); \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top