Skip to content

Instantly share code, notes, and snippets.

View tyrell's full-sized avatar
💭
“Those who can imagine anything, can create the impossible.” ― Alan Turing

Tyrell Perera tyrell

💭
“Those who can imagine anything, can create the impossible.” ― Alan Turing
View GitHub Profile
@tyrell
tyrell / Run Mistral AI locally using Ollama.md
Created December 12, 2023 20:19
Run Mistral AI locally using Ollama
❯ ollama run mistral
pulling manifest
pulling c70fa74a8e81... 100% ▕█████████████████████████████████████████▏ 4.1 GB
pulling e6836092461f... 100% ▕█████████████████████████████████████████▏   42 B
pulling 1128f85489e0... 100% ▕█████████████████████████████████████████▏  124 B
pulling 70ded05e7c58... 100% ▕█████████████████████████████████████████▏  381 B
verifying sha256 digest
writing manifest
removing any unused layers
@tyrell
tyrell / docker-install-rpi3.md
Last active December 22, 2023 07:36
Installing latest Docker on a Raspberry Pi 3

Introduction

I wrote this gist to record the steps I followed to get docker running in my Raspberry Pi 3. The ARM ported debian version (Jessie) comes with an old version of docker. It is so old that the docker hub it tries to interact with doesn't work anymore :)

Hopefully this gist will help someone else to get docker running in their Raspberry Pi 3.

Installation

From original instructions at http://blog.hypriot.com/post/run-docker-rpi3-with-wifi/