Skip to content

Instantly share code, notes, and snippets.

View Vulcanraven91's full-sized avatar
🍌
🍌 🐒

Vulcanraven Vulcanraven91

🍌
🍌 🐒
  • Germany
  • 18:32 (UTC +01:00)
View GitHub Profile
# 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