Skip to content

Commit be62ee2

Browse files
haifeng-jincopybara-github
authored andcommitted
Update the installation guide.
PiperOrigin-RevId: 449252327
1 parent 6510378 commit be62ee2

File tree

7 files changed

+519
-594
lines changed

7 files changed

+519
-594
lines changed

site/en/install/_index.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ landing_page:
4141
<p>Install TensorFlow with Python's <em>pip</em> package manager.</p>
4242
<aside class="note">TensorFlow 2 packages require a <code>pip</code> version >19.0 (or >20.3 for macOS).</aside>
4343
<p>Official packages available for Ubuntu, Windows, and macOS.</p>
44-
<p>See the <a href="./gpu">GPU guide</a> for CUDA®-enabled cards.</p>
4544
4645
buttons:
4746
- label: Read the pip install guide
@@ -67,8 +66,7 @@ landing_page:
6766
The <a href="https://hub.docker.com/r/tensorflow/tensorflow/" class="external">TensorFlow
6867
Docker images</a> are already configured to run TensorFlow. A
6968
<a href="https://docs.docker.com/install/" class="external">Docker</a> container runs in a
70-
virtual environment and is the easiest way to set up <a href="/install/gpu">GPU
71-
support</a>.
69+
virtual environment and is the easiest way to set up GPU support.
7270
</p>
7371
<pre class="prettyprint lang-bsh">
7472
<code class="devsite-terminal">docker pull tensorflow/tensorflow:latest # Download latest stable image</code><br/>

site/en/install/_toc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ toc:
77
- title: Docker
88
path: /install/docker
99
- heading: Additional setup
10-
- title: GPU support
11-
path: /install/gpu
1210
- title: GPU device plugins
1311
path: /install/gpu_plugins
1412
- title: Problems

site/en/install/gpu.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)