We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
指示通りに、 git clone https://github.com/agent-system/lecture2019.git cd lecture2019 git submodule update --init git pull origin master git submodule update docker pull yoheikakiuchi/choreonoidsim:16.04dev_no_gl_release-1.7 と実行した後、./run.sh rtmlaunch hrpsys_choreonoid_tutorials create_environment_sample.launch ROBOT_SETTING_YAML:=/choreonoid_ws/src/aizuspider_description/jaxon_task2.yaml が実行できない。run.sh rtmlaunch hrpsys_choreonoid_tutorials create_environment_sample.launch ROBOT_SETTING_YAML:=/choreonoid_ws/src/aizuspider_description/jaxon_task2.yaml localuser:root being added to access control list Error: No such container: choreonoidsim docker: Error response from daemon: Unknown runtime specified nvidia. See 'docker run --help'. となる。nvidiaを利用しない環境を作ったつもりなのに、やはりこれがあって起動できない。
The text was updated successfully, but these errors were encountered:
nvidiaを使わない場合は、./run_no_gl.sh を使ってください。
./run_no_gl.sh
違いは、--runtime=nvidiaが、あるか、無いかの違いです。
--runtime=nvidia
以下のメッセージはそのエラーかと思います。
docker: Error response from daemon: Unknown runtime specified nvidia.
Sorry, something went wrong.
No branches or pull requests
指示通りに、
git clone https://github.com/agent-system/lecture2019.git
cd lecture2019
git submodule update --init
git pull origin master
git submodule update
docker pull yoheikakiuchi/choreonoidsim:16.04dev_no_gl_release-1.7
と実行した後、./run.sh rtmlaunch hrpsys_choreonoid_tutorials create_environment_sample.launch ROBOT_SETTING_YAML:=/choreonoid_ws/src/aizuspider_description/jaxon_task2.yaml
が実行できない。run.sh rtmlaunch hrpsys_choreonoid_tutorials create_environment_sample.launch ROBOT_SETTING_YAML:=/choreonoid_ws/src/aizuspider_description/jaxon_task2.yaml
localuser:root being added to access control list
Error: No such container: choreonoidsim
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'.
となる。nvidiaを利用しない環境を作ったつもりなのに、やはりこれがあって起動できない。
The text was updated successfully, but these errors were encountered: