1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

adding docker and proxmox gpu usage guides

This commit is contained in:
TiynGER
2020-05-17 13:02:49 +02:00
parent 43645fb577
commit 27243c8bf8
2 changed files with 16 additions and 0 deletions

View File

@@ -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.