Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fan9704/nvidia-container-runtime-installer
NVIDIA GPU Instance installer for docker container runtime access and preinstall script environment
https://github.com/fan9704/nvidia-container-runtime-installer
container-runtime nvidia ubuntu
Last synced: about 3 hours ago
JSON representation
NVIDIA GPU Instance installer for docker container runtime access and preinstall script environment
- Host: GitHub
- URL: https://github.com/fan9704/nvidia-container-runtime-installer
- Owner: fan9704
- Created: 2024-08-13T06:16:21.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T06:32:18.000Z (6 months ago)
- Last Synced: 2024-08-13T07:46:10.964Z (6 months ago)
- Topics: container-runtime, nvidia, ubuntu
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVIDIA-Container-Runtime-Installer
> Author FKT
A simple script for debian based OS install NVIDIA Driver and Docker container runtime
---
## Getting Started
### Step.1 Install Dependencies/Driver
```shell
sudo sh 1-driver-install.sh
```then auto reboot
### Step.2 Install CUDA
```shell
sudo sh 2-cuda-install.sh
```then auto reboot
### Step.3 Setup Configure
```shell
sudo sh 3-configure
```Complete Install
### Try
```shell
nvidia-smi # Try NVIDIA Driver
nvcc -V # Try CUDA
# NVIDIA Container Runtime
```----