Skip to content

Instantly share code, notes, and snippets.

View ingo-m's full-sized avatar

Ingo Marquardt ingo-m

View GitHub Profile
@ingo-m
ingo-m / mongodb_update_demo.py
Last active November 11, 2021 18:59
MongoDB insert & update demo.
"""
MongoDB insert & update demo.
Create a database & collection on a local MongoDB instance, and insert & update
some documents.
"""
import pymongo
@ingo-m
ingo-m / debian_install_nvidia_docker.md
Last active May 8, 2024 14:21
Install nvidia docker for GPU-enabled tensorflow on Debian 10

Install nvidia docker for GPU-enabled tensorflow on Debian 10

Overview

  1. Install proprietary nvidia driver
  2. Install nvidia-container-toolkit, containing CUDA (?) (via apt-get)
  3. Install tensorflow docker container

(1) Install proprietary nvidia driver

@ingo-m
ingo-m / debian_install_cuda.md
Last active December 24, 2022 17:29
How to install CUDA on Debian

How to install CUDA on Debian 8 (Jessie)

This document describes how to install nvidia drivers & CUDA in one go on a fresh debian install.

Work in progress

Preparations

  • Start with a fresh Debian install.