Skip to content

Add issue to readme#3

Open
stoddabr wants to merge 12 commits intoscchow:mainfrom
stoddabr:main
Open

Add issue to readme#3
stoddabr wants to merge 12 commits intoscchow:mainfrom
stoddabr:main

Conversation

@stoddabr
Copy link

Issue is related to OS not seeing NVIDIA card. Explained how to check for the issue and summarized the the fix that worked for me

@scchow
Copy link
Owner

scchow commented Feb 26, 2021

Can you revert commits 047f4b7, 785f509, and 1b299f5 since they seem to be for the fixed filename issue.

Here's how you can revert those commits.

Copy link
Owner

@scchow scchow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there, just a couple of spelling and formatting issues.

- Give permissions to execute the bash script

```chmod +x build_with_moveit.bash .```
```chmod +x build_witb_moveit.bash .```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo here witb -> with


- If a NVIDIA graphics card isn't set up properly, running `./run_custom.bash dave_nvidia:latest` will result in something similar to the error below. This can be resolved by updating your drivers ([how to install nvidia proprietary drivers](https://www.cyberciti.biz/faq/ubuntu-linux-install-nvidia-driver-latest-proprietary-driver/) or [how to install nvidia docker tools](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker)) (note: [nvidia drivers may break things](https://askubuntu.com/questions/882385/dev-sda1-clean-this-message-appears-after-i-startup-my-laptop-then-it-w)) fixing the issue that is preventing the graphics card from being seen by your OS (for example, on a dual boot machine a power saving program running on windows may disable the graphics to save power requiring you to switch to windows and stop it). To check if the NVIDIA card is setup properly, run `lspci -v | grep VGA` which should list your graphics card (if it doesn't then you may have a similar issue -- if it does tryp updating your drivers)
```bash
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.g\n0:459: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization\nerror: driver error: failed to process request: unknown.\ncharisma charisma- ROG-Zephyrus-G15-GA5030R-GA5030R: -uuy ws/src/daye/dockers |
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this error message up to line 176, since that's the most likely thing people will try to look up first.

Also remove \ncharisma charisma- ROG-Zephyrus-G15-GA5030R-GA5030R: -uuy ws/src/daye/dockers, since that seems to be machine specific.

Replace \n with proper line breaks for better visuals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants