Skip to content

Commit

Permalink
Fix container tags in docker run examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism authored Dec 6, 2018
1 parent b5b0d4b commit b7e4da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The RAPIDS suite of software libraries gives you the freedom to execute end-to-e
-p 8888:8888 \
-p 8787:8787 \
-p 8786:8786 \
rapidsai/rapidsai:ubuntu1604_cuda92_py35
rapidsai/rapidsai:cuda9.2_ubuntu1604

2. Activate the `rapids` conda environment:

Expand Down Expand Up @@ -77,7 +77,7 @@ You are free to modify the above steps. For example, you can launch an interacti
-p 8787:8787 \
-p 8786:8786 \
-v /path/to/host/data:/rapids/my_data
rapidsai/rapidsai:ubuntu1604_cuda92_py35
rapidsai/rapidsai:cuda9.2_ubuntu1604

This will map data from your host operating system to the container OS in the `/rapids/my_data` directory. You may need to modify the provided notebooks for the new data paths.

Expand Down

0 comments on commit b7e4da8

Please sign in to comment.