@@ -90,6 +90,13 @@ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorf
90
90
# Mac OS X, GPU enabled, Python 2.7:
91
91
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
92
92
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
+
93
100
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
94
101
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
95
102
@@ -104,6 +111,13 @@ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tenso
104
111
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
105
112
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
106
113
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
+
107
121
# Mac OS X, CPU only, Python 3.4 or 3.5:
108
122
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
109
123
@@ -224,6 +238,13 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
224
238
# Mac OS X, GPU enabled, Python 2.7:
225
239
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
226
240
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
+
227
248
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
228
249
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
229
250
@@ -238,6 +259,13 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
238
259
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
239
260
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
240
261
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
+
241
269
# Mac OS X, CPU only, Python 3.4 or 3.5:
242
270
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
243
271
@@ -376,6 +404,13 @@ select the correct binary to install:
376
404
# Mac OS X, GPU enabled, Python 2.7:
377
405
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0rc0-py2-none-any.whl
378
406
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
+
379
414
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
380
415
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp34-cp34m-linux_x86_64.whl
381
416
@@ -390,6 +425,14 @@ select the correct binary to install:
390
425
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
391
426
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0rc0-cp35-cp35m-linux_x86_64.whl
392
427
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
+
393
436
# Mac OS X, CPU only, Python 3.4 or 3.5:
394
437
(tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0rc0-py3-none-any.whl
395
438
0 commit comments