Skip to content

Instantly share code, notes, and snippets.

View technophilic's full-sized avatar

Vineeth S technophilic

View GitHub Profile
@technophilic
technophilic / popos-nvidia-docker.md
Created January 25, 2022 14:36 — forked from kuang-da/popos-nvidia-docker.md
[Install nvidia-docker2 In Pop!_OS]#popos

Introduction

In Gist is a note about install nvidia-docker in Pop!_OS 20.10. nvidia-docker is used to help docker containers compute on GPU.

The basic installcation is in Nvidia's offical documentation. But there are a few tweaks to make it work on Pop!_OS 20.10.

Setting up Docker

No surprise. Follow the offical documentaion should work.

Setting up NVIDIA Container Toolkit

<!doctype html>
<html lang="en">
<head>
...
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<main>
@technophilic
technophilic / index.html
Created July 16, 2019 14:48
sample html network
<html>
<head>
<link href="..." rel="stylesheet" />
<link href="..." rel="stylesheet" />
<link href="..." rel="stylesheet" />
</head>
<body>
.
.
.