@@ -63,37 +63,37 @@ Then, select the correct binary to install:
63
63
64
64
``` bash
65
65
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
66
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
66
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
67
67
68
68
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
69
69
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
70
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
70
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
71
71
72
72
# Mac OS X, CPU only, Python 2.7:
73
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
73
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py2-none-any.whl
74
74
75
75
# Mac OS X, GPU enabled, Python 2.7:
76
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
76
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py2-none-any.whl
77
77
78
78
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
79
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
79
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
80
80
81
81
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
82
82
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
83
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
83
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
84
84
85
85
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
86
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
86
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
87
87
88
88
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
89
89
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
90
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
90
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
91
91
92
92
# Mac OS X, CPU only, Python 3.4 or 3.5:
93
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
93
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py3-none-any.whl
94
94
95
95
# Mac OS X, GPU enabled, Python 3.4 or 3.5:
96
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
96
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py3-none-any.whl
97
97
```
98
98
99
99
Install TensorFlow:
@@ -159,37 +159,37 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
159
159
160
160
``` bash
161
161
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
162
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
162
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
163
163
164
164
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
165
165
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
166
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
166
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
167
167
168
168
# Mac OS X, CPU only, Python 2.7:
169
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
169
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py2-none-any.whl
170
170
171
171
# Mac OS X, GPU enabled, Python 2.7:
172
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
172
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py2-none-any.whl
173
173
174
174
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
175
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
175
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
176
176
177
177
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
178
178
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
179
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
179
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
180
180
181
181
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
182
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
182
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
183
183
184
184
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
185
185
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
186
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
186
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
187
187
188
188
# Mac OS X, CPU only, Python 3.4 or 3.5:
189
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
189
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py3-none-any.whl
190
190
191
191
# Mac OS X, GPU enabled, Python 3.4 or 3.5:
192
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
192
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py3-none-any.whl
193
193
```
194
194
195
195
Finally install TensorFlow:
@@ -298,37 +298,37 @@ select the correct binary to install:
298
298
299
299
``` bash
300
300
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
301
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
301
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
302
302
303
303
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
304
304
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
305
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
305
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp27-none-linux_x86_64.whl
306
306
307
307
# Mac OS X, CPU only, Python 2.7:
308
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
308
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py2-none-any.whl
309
309
310
310
# Mac OS X, GPU enabled, Python 2.7:
311
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
311
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py2-none-any.whl
312
312
313
313
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
314
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
314
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
315
315
316
316
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
317
317
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
318
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
318
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp34-cp34m-linux_x86_64.whl
319
319
320
320
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
321
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
321
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
322
322
323
323
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
324
324
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
325
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
325
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0 -cp35-cp35m-linux_x86_64.whl
326
326
327
327
# Mac OS X, CPU only, Python 3.4 or 3.5:
328
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
328
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0 -py3-none-any.whl
329
329
330
330
# Mac OS X, GPU enabled, Python 3.4 or 3.5:
331
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
331
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0 -py3-none-any.whl
332
332
```
333
333
334
334
Finally install TensorFlow:
@@ -396,7 +396,7 @@ code.
396
396
code.
397
397
398
398
We also have tags with ` latest ` replaced by a released version (e.g.,
399
- ` 0.11.0rc2 -gpu ` ).
399
+ ` 0.11.0 -gpu ` ).
400
400
401
401
With Docker the installation is as follows:
402
402
@@ -785,7 +785,7 @@ $ bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_pack
785
785
$ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
786
786
787
787
# The name of the .whl file will depend on your platform.
788
- $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.11.0rc2 -py2-none-any.whl
788
+ $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.11.0 -py2-none-any.whl
789
789
```
790
790
791
791
## Setting up TensorFlow for Development
0 commit comments