Enable Ctrl-C for Carla Server (#2240)

albatross
Tom Dörr 2020-09-28 22:41:37 +02:00 committed by GitHub
parent 0bd66a40d8
commit e6eedbe704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ if ! $(apt list --installed | grep -q nvidia-container-toolkit); then
fi
docker pull carlasim/carla:0.9.7
docker run --net=host --gpus all carlasim/carla:0.9.7
docker run -it --net=host --gpus all carlasim/carla:0.9.7