Skip to content

Instantly share code, notes, and snippets.

@mynameismaxz
Last active March 11, 2019 06:43
Show Gist options
  • Save mynameismaxz/f197537b1c7a2b969a06e81c5720309c to your computer and use it in GitHub Desktop.
Save mynameismaxz/f197537b1c7a2b969a06e81c5720309c to your computer and use it in GitHub Desktop.
tensorflow-compile-with-docker
$ docker pull tensorflow/tensorflow:1.12.0-devel-gpu-py3
$ docker run --runtime=nvidia -it -w /tensorflow -v $PWD:/mnt -e HOST_PERMS="$(id -u):$(id -g)" \
tensorflow/tensorflow:1.12.0-devel-gpu-py3 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment