From 27243c8bf84d0922745238032c3a1785e44471d4 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 17 May 2020 13:02:49 +0200 Subject: [PATCH] adding docker and proxmox gpu usage guides --- general-software/docker.md | 9 +++++++++ general-software/proxmox.md | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 general-software/docker.md create mode 100644 general-software/proxmox.md diff --git a/general-software/docker.md b/general-software/docker.md new file mode 100644 index 0000000..6887ff3 --- /dev/null +++ b/general-software/docker.md @@ -0,0 +1,9 @@ +# Docker + +Docker is a virtualization software that deploys docker containers. +Due to easy handlin and reproducable environments it is a useful tool. + +## Enable Nvidia GPUs + +To use Nvidia GPUs with docker you need to install the nvidia-cuda-toolkit. +There is a [guide on marmelab](https://marmelab.com/blog/2018/03/21/using-nvidia-gpu-within-docker-container.html) that focusses on that topic. diff --git a/general-software/proxmox.md b/general-software/proxmox.md new file mode 100644 index 0000000..529c219 --- /dev/null +++ b/general-software/proxmox.md @@ -0,0 +1,7 @@ +# Proxmox + +## PCI/GPU passthrough + +To use GPUs or other PCI devices you need to work with PCI passthrough. +For documentation you can look in the [Proxmox wiki](https://pve.proxmox.com/wiki/Pci_passthrough). +There is also an [article](https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough) on reddit, that focusses especially on windows 10 VMs with GPU passthrough.