https://www.tensorflow.org/install/install_linux#InstallingDocker
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker
We recommend installing one of the
The following command installs an older TensorFlow version (0.12.1):
Docker will download the TensorFlow binary image the first time you launch it. For more details see the TensorFlow docker readme.
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker
We recommend installing one of the
latest
versions. For example, the
following command launches the latest TensorFlow GPU binary image in a
Docker container from which you can run TensorFlow programs in a shell:$ nvidia-docker run -it gcr.io/tensorflow/tensorflow:latest-gpu bash
The following command also launches the latest TensorFlow GPU binary image in a Docker container. In this Docker container, you can run TensorFlow programs in a Jupyter notebook:
$ nvidia-docker run -it -p 8888:8888 gcr.io/tensorflow/tensorflow:latest-gpu
The following command installs an older TensorFlow version (0.12.1):
$ nvidia-docker run -it -p 8888:8888 gcr.io/tensorflow/tensorflow:0.12.1-gpu
Docker will download the TensorFlow binary image the first time you launch it. For more details see the TensorFlow docker readme.
No comments:
Post a Comment