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
0a36e36c
Commit
0a36e36c
authored
Nov 16, 2020
by
Leonid Lorenz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DOCKER.md. Add runs with names and as a daemon.
parent
51a96808
Pipeline
#190
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
DOCKER.md
DOCKER.md
+6
-0
No files found.
DOCKER.md
View file @
0a36e36c
...
...
@@ -19,9 +19,15 @@ docker run --rm --gpus all fsstud.is.uni-due.de:5050/hn250lo/nvgpu nvl
# run agent
docker run
--rm
--gpus
all
-p
1080:80 fsstud.is.uni-due.de:5050/hn250lo/nvgpu
# run agent as daemon with name
docker run
-d
--restart
always
--name
=
nvgpu-agent
--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 fsstud.is.uni-due.de:5050/hn250lo/nvgpu
# run the master as daemon with name and agents specified in ~/nvgpu_master.cfg
docker run
-d
--restart
always
--name
=
nvgpu-master
--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