+ 6 more
sha256:41aea62f20f65cabd8ae2ef4d49e778d8a95d4e3d3748928259e18ab58b22386
OS/ARCH
Compressed size
2.36 GB
Last pushed
6 days by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:3b39bbb763106155abfaf4b9ba928c3fec8bffd5de2780183e07acabbe766ddc
0
Apply image 10.0.20348.4294
1.49 GB
1
Install update 10.0.20348.5622
730.47 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
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-win64.exe
1.29 KB
5
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_SHA256=146312fdcf5884541ec5e53db5e24a773f5b3a00f00e464ed8ca5d318a81eab2
1.31 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.'
309.84 MB
7
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["julia"]
1.29 KB