Quarantine@Home

1 min read Original article ↗
  • The Windows version is working well -  Download Installer
  • The Mac OSX port is still in alpha. Let us know if it doesn't work for you! -  Download DMG

Fetch code

git clone https://github.com/cjmielke/quarantineAtHome && cd quarantineAtHome

With and Nvidia GPU (requires nvidia-docker2)

sudo docker build -t quarantinegpu -f Dockerfile.gpu . && sudo nvidia-docker run -it -e ME=anonymous quarantinegpu

CPU only (slower)

sudo docker build -t quarantine -f Dockerfile . && sudo docker run -it -e ME=anonymous quarantine