Skip to content

Commit

Permalink
Merge pull request dusty-nv#1288 from pfremm/disable-seccomp
Browse files Browse the repository at this point in the history
Resolves seccomp error
  • Loading branch information
dusty-nv authored Nov 11, 2021
2 parents 1b83834 + bbabdd7 commit 4da8f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo "V4L2_DEVICES: $V4L2_DEVICES"
# run the container
sudo xhost +si:localuser:root

sudo docker run --runtime nvidia -it --rm --network host -e DISPLAY=$DISPLAY \
sudo docker run --runtime nvidia -it --rm --security-opt seccomp=unconfined --network host -e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix/:/tmp/.X11-unix \
-v /tmp/argus_socket:/tmp/argus_socket \
-v /etc/enctune.conf:/etc/enctune.conf \
Expand Down

0 comments on commit 4da8f1e

Please sign in to comment.