Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LRS Development Environment - Common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lrs
LRS Development Environment - Common
Commits
304bedca
"...teknikattan-scoring-system.git" did not exist on "3f9f83264040f3f13c50acc8ced1d632d4450573"
Commit
304bedca
authored
4 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Work on dev env.
parent
15a8061f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/prepare_ros_computer.md
+2
-2
2 additions, 2 deletions
doc/prepare_ros_computer.md
with
2 additions
and
2 deletions
doc/prepare_ros_computer.md
+
2
−
2
View file @
304bedca
...
...
@@ -44,7 +44,7 @@ git clone https://gitlab.liu.se/lrs/lrs_common.git
### NVIDIA drivers Docker
To get nvidia graphics to work in docker see:
-
https://
aiics.waraps.org/index.php/lrs-lrs_portal-notebook_instructions-docker_linux-md/
-
https://
github.com/NVIDIA/nvidia-docker
or just do:
```
bash
...
...
@@ -53,6 +53,6 @@ distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl
-s
-L
https://nvidia.github.io/nvidia-docker/gpgkey |
sudo
apt-key add -
curl
-s
-L
https://nvidia.github.io/nvidia-docker/
$distribution
/nvidia-docker.list |
sudo tee
/etc/apt/sources.list.d/nvidia-docker.list
sudo
apt-get update
&&
sudo
apt-get
install
-y
nvidia-
container-toolkit
sudo
apt-get update
&&
sudo
apt-get
install
-y
nvidia-
docker2
sudo
systemctl restart docker
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment