Skip to content

Instantly share code, notes, and snippets.

View virtualbeck's full-sized avatar
Have a coffee

Mike Beck virtualbeck

Have a coffee
View GitHub Profile
@virtualbeck
virtualbeck / docker-compose.yaml
Last active February 18, 2024 02:02
Get traefik up and running with ollama + open-webui (WIP)
#docker-compose.yaml
version: '3.8'
services:
traefik:
image: traefik:v2.10
# Enables the web UI and tells Traefik to listen to docker
container_name: "traefik"
command:
- "--api.insecure=true"
@virtualbeck
virtualbeck / nvidiaPLUSdockerEQUALSheart.sh
Last active February 18, 2024 01:39
Working doc to install nvidia/docker and drivers to make them work together on linux mint (21.x)
# Working doc to install nvidia/docker and drivers to make them work together on linux mint (21.x)
# install nvidia drivers
sudo apt install nvidia-utils-545 nvidia-settings nvidia-dkms-545 nvidia-prime docker-compose
sudo dpkg-reconfigure nvidia-dkms-545
sudo reboot now
# install docker
# download deb files for docker here (bookworm is mint 21.x):
# https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/
@virtualbeck
virtualbeck / ecr_copy.sh
Last active February 18, 2024 02:32
copy n number of tagged docker images from one aws ecr account to another
#!/bin/bash
set -e
################################# UPDATE THESE #################################
LAST_N_TAGS=10
SOURCE_REGION="us-west-1"
DESTINATION_REGION="us-east-1"
SOURCE_PROFILE="profile_1"

Keybase proof

I hereby claim:

  • I am virtualbeck on github.
  • I am virtualbeck (https://keybase.io/virtualbeck) on keybase.
  • I have a public key ASClbCovm58Ht0IEvT5s85dEceE6wEywV8H8YU-CbR1jVwo

To claim this, I am signing this object: