This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install sber-swap pre-requisites for Windows 10 on an Azure VM of type NC (GPU) | |
# NVIDIA TeslaK80 / Radeon | |
Set-ExecutionPolicy Bypass -Scope Process -Force; | |
# Install chocolatey | |
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); | |
refreshenv |