Yannick Kirchhoff commited on
Commit
bb7888d
·
1 Parent(s): 2a72950

update docker command

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -63,8 +63,7 @@ docker pull ykirchhoff/breastdivider:latest
63
  docker run --ipc=host --rm --gpus all \
64
  -v "/path/to/input/folder:/mnt/input" \
65
  -v "/path/to/output/folder:/mnt/output" \
66
- ykirchhoff/breastdivider:latest \
67
- /mnt/input /mnt/output
68
  ```
69
 
70
  ---
 
63
  docker run --ipc=host --rm --gpus all \
64
  -v "/path/to/input/folder:/mnt/input" \
65
  -v "/path/to/output/folder:/mnt/output" \
66
+ ykirchhoff/breastdivider:latest
 
67
  ```
68
 
69
  ---