-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown runtime specified nvidia. #1
Comments
Hello, please install nvidia docker. |
[build] Summary: 7 of 8 packages succeeded. |
what should we get those data which in step 6?and how use it |
Hello @yxf010 , the rosbag is the recorded sensor data. I would suggest to go through the ros tutorial at http://wiki.ros.org/ROS/Tutorials to get yourself familiar with the framework. Thank you. Yuesong |
@yxf010 |
when run bash -x docker/run.sh
'[' '' = '' ']'
DOCKER_NAME=cedricxie/apollo-perception-ros:latest
XSOCK=/tmp/.X11-unix
XAUTH=/home/phe/.Xauthority
SHARED_DIR=/home/yx/shared_dir
HOST_DIR=/home/phe/shared_dir
mkdir -p /home/phe/shared_dir
echo 'Shared directory: /home/phe/shared_dir'
Shared directory: /home/phe/shared_dir
docker run -it --rm --volume=/home/phe/shared_dir:/home/yx/shared_dir:rw --volume=/tmp/.X11-unix:/tmp/.X11-unix:rw --volume=/home/phe/.Xauthority:/home/phe/.Xauthority:rw --env=XAUTHORITY=/home/phe/.Xauthority --env=DISPLAY=:0 --env=QT_X11_NO_MITSHM=1 -u yx --privileged -v /dev/bus/usb:/dev/bus/usb -v /dev/video0:/dev/video0 --net=host --runtime=nvidia cedricxie/apollo-perception-ros:latest
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'.
error :--runtime=nvidia \
how to slove it?
The text was updated successfully, but these errors were encountered: