Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nvgpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leonid Lorenz
Nvgpu
Commits
51a96808
Commit
51a96808
authored
Nov 16, 2020
by
Leonid Lorenz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DOCKER.md. Change to private docker registry
parent
1a9cb8f8
Pipeline
#189
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DOCKER.md
DOCKER.md
+3
-3
No files found.
DOCKER.md
View file @
51a96808
...
...
@@ -14,13 +14,13 @@ It needs [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) installed.
docker build
-t
nvgpu
.
# run CLI
docker run
--rm
--gpus
all nvgpu nvl
docker run
--rm
--gpus
all
fsstud.is.uni-due.de:5050/hn250lo/
nvgpu nvl
# run agent
docker run
--rm
--gpus
all
-p
1080:80 nvgpu
docker run
--rm
--gpus
all
-p
1080:80
fsstud.is.uni-due.de:5050/hn250lo/
nvgpu
# run the master with agents specified in ~/nvgpu_master.cfg
docker run
--rm
--gpus
all
-p
1080:80
-v
$(
pwd
)
/nvgpu_master.cfg:/etc/nvgpu.cfg nvgpu
docker run
--rm
--gpus
all
-p
1080:80
-v
$(
pwd
)
/nvgpu_master.cfg:/etc/nvgpu.cfg
fsstud.is.uni-due.de:5050/hn250lo/
nvgpu
open http://localhost:1080
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment