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 ```