Skip to content

Instantly share code, notes, and snippets.

View Vulcanraven91's full-sized avatar
🍌
🍌 πŸ’

Vulcanraven Vulcanraven91

🍌
🍌 πŸ’
  • Germany
  • 11:32 (UTC +02: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