Skip to content

Commit 0174cb2

Browse files
yifeifgunan
authored andcommitted
Add 3.3 and 3.6 binary URLs to installation instruction. (tensorflow#7085)
1 parent cc21c5e commit 0174cb2

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

tensorflow/g3doc/get_started/os_setup.md

+43
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorf
9090
# Mac OS X, GPU enabled, Python 2.7:
9191
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
9292

93+
# Ubuntu/Linux 64-bit, CPU only, Python 3.3
94+
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
95+
96+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.3
97+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
98+
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
99+
93100
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
94101
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
95102

@@ -104,6 +111,13 @@ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tenso
104111
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
105112
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
106113

114+
# Ubuntu/Linux 64-bit, CPU only, Python 3.6
115+
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
116+
117+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.6
118+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
119+
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
120+
107121
# Mac OS X, CPU only, Python 3.4 or 3.5:
108122
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
109123

@@ -224,6 +238,13 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
224238
# Mac OS X, GPU enabled, Python 2.7:
225239
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
226240

241+
# Ubuntu/Linux 64-bit, CPU only, Python 3.3
242+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
243+
244+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.3
245+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
246+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
247+
227248
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
228249
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
229250

@@ -238,6 +259,13 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
238259
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
239260
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
240261

262+
# Ubuntu/Linux 64-bit, CPU only, Python 3.6
263+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
264+
265+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.6
266+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
267+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
268+
241269
# Mac OS X, CPU only, Python 3.4 or 3.5:
242270
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
243271

@@ -376,6 +404,13 @@ select the correct binary to install:
376404
# Mac OS X, GPU enabled, Python 2.7:
377405
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
378406

407+
# Ubuntu/Linux 64-bit, CPU only, Python 3.3
408+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
409+
410+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.3
411+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
412+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp33-cp33m-linux_x86_64.whl
413+
379414
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
380415
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
381416

@@ -390,6 +425,14 @@ select the correct binary to install:
390425
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
391426
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
392427

428+
# Ubuntu/Linux 64-bit, CPU only, Python 3.6
429+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
430+
431+
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.6
432+
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
433+
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp36-cp36m-linux_x86_64.whl
434+
435+
393436
# Mac OS X, CPU only, Python 3.4 or 3.5:
394437
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
395438

0 commit comments

Comments
 (0)