Skip to content

Instantly share code, notes, and snippets.

@paulhendricks
Last active November 16, 2020 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulhendricks/1c166242e0fe43e02b5934b764f5d098 to your computer and use it in GitHub Desktop.
Save paulhendricks/1c166242e0fe43e02b5934b764f5d098 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker pull nvcr.io/nvidia/rapidsai/rapidsai:0.16-cuda11.0-runtime-ubuntu18.04
docker tag nvcr.io/nvidia/rapidsai/rapidsai:0.16-cuda11.0-runtime-ubuntu18.04 rapidsai
docker run \
--runtime=nvidia \
--rm -it \
-p 8888:8888 -p 8787:8787 -p 8786:8786 \
rapidsai
# (within docker) will have to modify the notebook make_blobs function and remove random seed
wget https://gist.githubusercontent.com/paulhendricks/caae700bb6ff245e827f012f8453e4d4/raw/16a3cb7111f382b9814a7638281a7b1bbd091db2/mnmg_knn.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment