Skip to content

Commit

Permalink
update Run Docker Container command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky-Kim-A committed Nov 6, 2024
1 parent 1794564 commit 4a42666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DOCKER_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ docker build -t stride-sim:v0.0.1 docker

```bash
docker run --name stride-sim-0.0.1 --entrypoint bash -it --runtime=nvidia --gpus all -e "ACCEPT_EULA=Y" --network=host --privileged \
--user $(id -u):$(id -g) \
-e "PRIVACY_CONSENT=Y" \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
Expand Down

0 comments on commit 4a42666

Please sign in to comment.