Update README.md
This commit is contained in:
parent
d3ce6e0eef
commit
552791ee1f
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user