Compare commits

..

No commits in common. "b2da60823a8fc99b0664058b955c995be29a70bc" and "9dded655fc1b489dcbf39fa59d73a708e8bbcdda" have entirely different histories.

3 changed files with 0 additions and 12 deletions

2
.gitignore vendored
View file

@ -4,5 +4,3 @@
99-google 99-google
99-huggingface 99-huggingface
99-replicate 99-replicate
99-podman-kode
99-eulerpool

View file

@ -1,5 +0,0 @@
# shellcheck shell=bash
# Eulerpool API key
# Copy to 99-eulerpool and fill in your key, then: chmod 700 99-eulerpool
require_private "${BASH_SOURCE[0]}"
export EULERPOOL_API_KEY=your-api-key-here

View file

@ -1,5 +0,0 @@
# shellcheck shell=bash
# Podman login token for kode.naiv.no container registry
# Copy to 99-podman-kode and fill in your token, then: chmod 700 99-podman-kode
require_private "${BASH_SOURCE[0]}"
export KODE_REGISTRY_TOKEN=your-token-here