Install TensorFlow
- Download and install Anaconda or Miniconda.
- Open a terminal application and use the default bash shell.
- Choose a name for your TensorFlow environment, such as “tf”.
-
Use the following commands to install the current release of TensorFlow. CPU-only is recommended for beginners.
CUDA versions
GPU TensorFlow uses CUDA. For a version compatibility table for GPU TensorFlow on Linux, see https://www.tensorflow.org/install/source#gpu. For Windows, see https://www.tensorflow.org/install/source_windows#gpu. GPU TensorFlow conda packages are currently only supported for Windows or Linux.TensorFlow 2.10 was the last release that supported GPU on Windows Native.