+ 3 more
sha256:c8260d359766e965639f114b104fd2c8743ff05c96c4aaee89360e84d07dffab
OS/ARCH
Compressed size
2.48 GB
Last pushed
7 days by doijanky
Type
Image
Manifest digest
sha256:8e3f49fcc87d1990ded0fef91456528c0b39620223814fc1881ed8b52ba6f891
0
Apply image 10.0.26100.32230
1.52 GB
1
Install update 10.0.26100.33158
831.95 MB
2
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
1.31 KB
3
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_VERSION=1.13.0-rc1
1.29 KB
4
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_URL=https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-rc1-win64.exe
1.3 KB
5
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_SHA256=58e3b22f9e99b94f99bd81d26ca049ef1b4fd9aa0f58e7eb0d984f56cd76d4cf
1.26 KB
6
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:JULIA_URL -OutFile 'julia.exe'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:JULIA_SHA256); if ((Get-FileHash julia.exe -Algorithm sha256).Hash -ne $env:JULIA_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; Start-Process -Wait -NoNewWindow -FilePath '.\julia.exe' -ArgumentList @( '/SILENT', '/DIR=C:\julia' ); Write-Host 'Removing ...'; Remove-Item julia.exe -Force; Write-Host 'Updating PATH ...'; $env:PATH = 'C:\julia\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ("julia --version") ...'; julia --version; Write-Host 'Complete.'
312.21 MB
7
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["julia"]
1.29 KB