Commit 96393acc authored by Dimitris Bounias's avatar Dimitris Bounias
Browse files

Fix docker run command

parent 0e8b4f8d
...@@ -78,7 +78,7 @@ The docker container expects the data and models in `/opt/data` and `/opt/models ...@@ -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. The directories need to be mounted via docker commands e.g.
```bash ```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. If nnDetection is already configured on the host PC the following command can be used to start the container with the correct paths.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment