Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yaoyuping
nnDetection
Commits
96393acc
Commit
96393acc
authored
Apr 28, 2021
by
Dimitris Bounias
Browse files
Fix docker run command
parent
0e8b4f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
96393acc
...
...
@@ -78,7 +78,7 @@ The docker container expects the data and models in `/opt/data` and `/opt/models
The directories need to be mounted via docker commands e.g.
```
bash
docker run
--gpus
all
nndetection
-v
/path/to/data/on/pc:/opt/data
-v
/path/to/models/on/pc:/opt/models
-it
nndetection:0.1 /bin/bash
docker run
--gpus
all
-v
/path/to/data/on/pc:/opt/data
-v
/path/to/models/on/pc:/opt/models
-it
nndetection:0.1 /bin/bash
```
If nnDetection is already configured on the host PC the following command can be used to start the container with the correct paths.
...
...
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