Skip to content

Commit 5edd998

Browse files
authored
Merge pull request NVIDIA#564 from narendasan/patch-1
Typo in README instructions
2 parents 02b57db + 36e8b3e commit 5edd998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • PyTorch/Segmentation/MaskRCNN/pytorch/notebooks

PyTorch/Segmentation/MaskRCNN/pytorch/notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ PATH_TO_COCO='/path/to/coco-2014'
2626
MOUNT_LOCATION='/datasets/data'
2727
NAME='nvidia_maskrcnn'
2828
29-
docker run --it --runtime=nvidia -p 8888:8888 -v $PATH_TO_COCO:/$MOUNT_LOCATION --rm --name=$NAME --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 --ipc=host nvidia_joc_maskrcnn_pt
29+
docker run -it --runtime=nvidia -p 8888:8888 -v $PATH_TO_COCO:/$MOUNT_LOCATION --rm --name=$NAME --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 --ipc=host nvidia_joc_maskrcnn_pt
3030
```
3131
where `/path/to/coco-2014` is the path on the host machine where the data was/is to be downloaded.
3232

3333
Within the docker interactive bash session, start Jupyter with
3434

3535
`jupyter notebook --ip 0.0.0.0 --port 8888`
3636

37-
Then open the Jupyter GUI interface on your host machine at http://localhost:8888. Within the container, this notebook itself is located at /workspace/object_detection/notebooks.
37+
Then open the Jupyter GUI interface on your host machine at http://localhost:8888. Within the container, this notebook itself is located at /workspace/object_detection/notebooks.

0 commit comments

Comments
 (0)