Skip to content

Instantly share code, notes, and snippets.

@moracabanas
Created November 14, 2021 03:12
Show Gist options
  • Save moracabanas/ca94f89ba4aa38a9ce938f18775e8f75 to your computer and use it in GitHub Desktop.
Save moracabanas/ca94f89ba4aa38a9ce938f18775e8f75 to your computer and use it in GitHub Desktop.
Nvidia optimized docker run helper script
#!/bin/bash
# https://github.com/awslabs/benchmark-ai/issues/17
docker run -it --rm --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 \
nvcr.io/nvidia/$image:$tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment