From 552791ee1f59039811b0b69e55ef053a8ea7db7b Mon Sep 17 00:00:00 2001 From: vptyp Date: Fri, 31 Jul 2026 17:11:21 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e266bc8..9d1de05 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Main idea for now is using of docker container with running Ubuntu 22.04 distro We must passthrough in this case GPU and Decklink devices for this purpose it is necessary to have similar driver versions on host and container system, otherwise it just will not work. Component diagram showing what we want to achieve ```plantuml -``@startuml +@startuml node "Host" { package "Docker" { interface "UDP socket" as USock @@ -36,6 +36,8 @@ node "Oculus" { WiFi --> PhysicalPort1 } @enduml +``` + ```sh sudo docker run --runtime=nvidia --gpus all -v ~/git/gstreamer-pipelines/:/app deepstream-gst:12.6 ```