@@ -61,31 +61,31 @@ Then, select the correct binary to install:
61
61
62
62
``` bash
63
63
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
64
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
64
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
65
65
66
66
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
67
67
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
68
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
68
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
69
69
70
70
# Mac OS X, CPU only, Python 2.7:
71
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py2-none-any.whl
71
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py2-none-any.whl
72
72
73
73
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
74
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
74
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
75
75
76
76
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
77
77
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
78
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
78
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
79
79
80
80
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
81
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
81
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
82
82
83
83
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
84
84
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
85
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
85
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
86
86
87
87
# Mac OS X, CPU only, Python 3.4 or 3.5:
88
- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py3-none-any.whl
88
+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py3-none-any.whl
89
89
```
90
90
91
91
Install TensorFlow:
@@ -151,31 +151,31 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
151
151
152
152
``` bash
153
153
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
154
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
154
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
155
155
156
156
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
157
157
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
158
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
158
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
159
159
160
160
# Mac OS X, CPU only, Python 2.7:
161
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py2-none-any.whl
161
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py2-none-any.whl
162
162
163
163
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
164
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
164
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
165
165
166
166
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
167
167
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
168
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
168
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
169
169
170
170
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
171
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
171
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
172
172
173
173
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
174
174
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
175
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
175
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
176
176
177
177
# Mac OS X, CPU only, Python 3.4 or 3.5:
178
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py3-none-any.whl
178
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py3-none-any.whl
179
179
```
180
180
181
181
Finally install TensorFlow:
@@ -258,31 +258,31 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
258
258
259
259
``` bash
260
260
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
261
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
261
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
262
262
263
263
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
264
264
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
265
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp27-none-linux_x86_64.whl
265
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp27-none-linux_x86_64.whl
266
266
267
267
# Mac OS X, CPU only, Python 2.7:
268
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py2-none-any.whl
268
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py2-none-any.whl
269
269
270
270
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
271
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
271
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
272
272
273
273
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
274
274
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
275
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp34-cp34m-linux_x86_64.whl
275
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp34-cp34m-linux_x86_64.whl
276
276
277
277
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
278
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
278
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
279
279
280
280
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
281
281
# Requires CUDA toolkit 7.5 and CuDNN v4. For other versions, see "Install from sources" below.
282
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0rc0 -cp35-cp35m-linux_x86_64.whl
282
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.9.0 -cp35-cp35m-linux_x86_64.whl
283
283
284
284
# Mac OS X, CPU only, Python 3.4 or 3.5:
285
- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0 -py3-none-any.whl
285
+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0 -py3-none-any.whl
286
286
```
287
287
288
288
Finally install TensorFlow:
@@ -333,7 +333,7 @@ code.
333
333
* ` gcr.io/tensorflow/tensorflow:latest-devel-gpu ` : GPU Binary image plus source
334
334
code.
335
335
336
- We also have tags with ` latest ` replaced by a released version (e.g., ` 0.9.0rc0 -gpu ` ).
336
+ We also have tags with ` latest ` replaced by a released version (e.g., ` 0.9.0 -gpu ` ).
337
337
338
338
With Docker the installation is as follows:
339
339
@@ -742,7 +742,7 @@ $ bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_pack
742
742
$ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
743
743
744
744
# The name of the .whl file will depend on your platform.
745
- $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.9.0rc0 -py2-none-any.whl
745
+ $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.9.0 -py2-none-any.whl
746
746
```
747
747
748
748
## Setting up TensorFlow for Development
0 commit comments