https://github.com/ibrar-syed/complete_deep-learning-nvidia_gpu-setup-linux
Full setup for a deep learning environment on Ubuntu Linux with CUDA, cuDNN, TensorRT, and TensorFlow GPU. Includes scripts, test code, and environment configuration
https://github.com/ibrar-syed/complete_deep-learning-nvidia_gpu-setup-linux
ai bash conda cuda cudnn deep-learning environment-setup gcc gpu jupyter linux machine-learning nvidia-cuda nvidia-gpu pytorch setup-script tensorflow tensorrt
Last synced: 2 months ago
JSON representation
Full setup for a deep learning environment on Ubuntu Linux with CUDA, cuDNN, TensorRT, and TensorFlow GPU. Includes scripts, test code, and environment configuration
- Host: GitHub
- URL: https://github.com/ibrar-syed/complete_deep-learning-nvidia_gpu-setup-linux
- Owner: ibrar-syed
- License: mit
- Created: 2025-08-03T17:55:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T09:36:40.000Z (9 months ago)
- Last Synced: 2025-09-15T11:28:06.001Z (9 months ago)
- Topics: ai, bash, conda, cuda, cudnn, deep-learning, environment-setup, gcc, gpu, jupyter, linux, machine-learning, nvidia-cuda, nvidia-gpu, pytorch, setup-script, tensorflow, tensorrt
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning GPU Setup on Linux
This repository provides complete setup guide and automation script to install full deep learning environment on **Ubuntu Linux** with support for **CUDA**, **cuDNN**, **TensorRT**, and **TensorFlow** (GPU enabled). It includes setup scripts, environment definitions, and test files.
---
## What's Included
- CUDA Toolkit 12.1 installation and configuration
- cuDNN setup with verification script
- TensorRT installation with Python bindings
- Python 3.9 environment (via Miniconda)
- TensorFlow (GPU-accelerated) installation
- JupyterLab setup for development
- Conda environment file and pip-based requirements
- Social preview image and documentation
---
## Basic Requirements for Setup
- Ubuntu 20.04 or 22.04
- NVIDIA GPU with driver support for CUDA 12.1
- sudo access to install system dependencies
---
## Quick Start
# for information to setup it, you can contact me:
https://www.upwork.com/freelancers/~01d6e59659983b0c27?mp_source=share
### 1. Clone this repository
```bash
git clone https://github.com/yourusername/deep-learning-gpu-setup-linux.git
cd deep-learning-gpu-setup-linux
## License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.