Skip to content

Commit b881286

Browse files
authored
docs: remove privileged docker flag (#37)
ultralytics/ultralytics#18449 removes the need for it.
1 parent 27c5e7c commit b881286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run with GPU support:
2727
docker run -it --rm \
2828
-v $PWD/samples/data:/samples \
2929
-p 8000:8000 \
30-
--ipc=host --gpus=all --runtime=nvidia --security-opt systempaths=unconfined \
30+
--ipc=host --gpus=all --runtime=nvidia \
3131
ghcr.io/aslafy-z/yolo-object-detection-cli:main \
3232
--source=/samples/shop.mp4 \
3333
--device=cuda:0

0 commit comments

Comments
 (0)