Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.24 KB

File metadata and controls

40 lines (31 loc) · 1.24 KB

vde

Visual Deterministic Engine, intergrated using NVIDIA containers, and docker.

first

place your subject in the root directory of your project and include the samples you want the engine to use for determining the similarity of the subject.

after setting the project up, run ./controller.sh, following by up.

image

second

arch in setup.sh, for debian below

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg

write docker-compose-pluginto apt

echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] \
  https://download.docker.com/linux/debian \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

third

how does one understand what this wizardry does?

have an issue? create an issue.