Skip to content

Instantly share code, notes, and snippets.

View mkyeong91's full-sized avatar

MK mkyeong91

View GitHub Profile
@mkyeong91
mkyeong91 / install_tf_cuda.md
Last active October 14, 2025 02:06 — forked from wooihaw/install_tf_cuda.md
Guideline to Install Tensorflow with Cuda on Ubuntu 24.04

Install TensorFlow with CUDA on Ubuntu 24.04

This document provides a step-by-step guide to setting up a Python virtual environment and installing TensorFlow v2.18.1 with GPU support on a machine running Ubuntu 24.04 with a compatible NVIDIA GPU.

Using a virtual environment is highly recommended to isolate your project's dependencies and avoid conflicts with other Python projects on your system.

Prerequisites

To use TensorFlow with CUDA, you must have a compatible NVIDIA GPU and the correct software installed.