Skip to content

Commit 5eb88c8

Browse files
committed
Updated docker run command
1 parent 4f7c2ed commit 5eb88c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Run the :code:`rgb_preview.py` example inside a Docker container on a Linux host
277277
-e DISPLAY=$DISPLAY \
278278
-v /tmp/.X11-unix:/tmp/.X11-unix \
279279
luxonis/depthai-library:latest \
280-
python3 /depthai-python/examples/rgb_preview.py
280+
python3 /depthai-python/examples/ColorCamera/rgb_preview.py
281281
282282
To allow the container to update X11 you may need to run :code:`xhost local:root` on the host.
283283

0 commit comments

Comments
 (0)