Skip to content

Instantly share code, notes, and snippets.

@VertexC
Last active April 16, 2021 11:33
Show Gist options
  • Save VertexC/d535e18c9462e3006948b5e3a16dd81a to your computer and use it in GitHub Desktop.
Save VertexC/d535e18c9462e3006948b5e3a16dd81a to your computer and use it in GitHub Desktop.
Docker set up command
docker run -it
--name <change-me> \
--hostname <change-me> \
--ipc host \
--pid host \
--net host \
--privileged \
--runtime nvidia \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment