[CI] Update machine images (#10201)

This commit is contained in:
Philip Hyunsu Cho
2024-04-17 19:15:06 -07:00
committed by GitHub
parent 4b10200456
commit f53f5ca359
3 changed files with 119 additions and 13 deletions

View File

@@ -15,9 +15,9 @@ phases:
choco --version
choco feature enable -n=allowGlobalConfirmation
# CMake 3.27
Write-Host '>>> Installing CMake 3.27...'
choco install cmake --version 3.27.9 --installargs "ADD_CMAKE_TO_PATH=System"
# CMake 3.29.2
Write-Host '>>> Installing CMake 3.29.2...'
choco install cmake --version 3.29.2 --installargs "ADD_CMAKE_TO_PATH=System"
if ($LASTEXITCODE -ne 0) { throw "Last command failed" }
# Notepad++
@@ -53,9 +53,9 @@ phases:
"--wait --passive --norestart --includeOptional"
if ($LASTEXITCODE -ne 0) { throw "Last command failed" }
# Install CUDA 11.8
Write-Host '>>> Installing CUDA 11.8...'
choco install cuda --version=11.8.0.52206
# Install CUDA 12.4
Write-Host '>>> Installing CUDA 12.4...'
choco install cuda --version=12.4.1.551
if ($LASTEXITCODE -ne 0) { throw "Last command failed" }
# Install R