[go: nahoru, domu]

Skip to content

Commit

Permalink
Resolves seccomp error
Browse files Browse the repository at this point in the history
Disables seccomp error for updated versions of docker.
  • Loading branch information
pfremm committed Nov 10, 2021
1 parent 1b83834 commit bbabdd7
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 bbabdd7

Please sign in to comment.