Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created May 28, 2021 23:03
Show Gist options
  • Save tianhaoz95/92118d274f98151be707cc31167c9eb3 to your computer and use it in GitHub Desktop.
Save tianhaoz95/92118d274f98151be707cc31167c9eb3 to your computer and use it in GitHub Desktop.
// devcontainer.json
{
"name": "TensorFlow GPU",
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": ["--gpus=all"],
"remoteUser": "tfuser"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment