Compare commits
2 commits
9dded655fc
...
b2da60823a
| Author | SHA1 | Date | |
|---|---|---|---|
| b2da60823a | |||
| 67db350b71 |
3 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
||||||
99-google
|
99-google
|
||||||
99-huggingface
|
99-huggingface
|
||||||
99-replicate
|
99-replicate
|
||||||
|
99-podman-kode
|
||||||
|
99-eulerpool
|
||||||
|
|
|
||||||
5
99-eulerpool.example
Executable file
5
99-eulerpool.example
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# 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
|
||||||
5
99-podman-kode.example
Executable file
5
99-podman-kode.example
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue