Update tentacle.sh

This commit is contained in:
2026-05-20 20:36:53 -04:00
parent 963e941152
commit 2b8fa56caf
+1 -1
View File
@@ -7,7 +7,7 @@ IMAGE_TAG="${TENTACLE_TAG:-latest}"
# Config # Config
# ----------------------------- # -----------------------------
REGISTRY="hub.krkn.tech" REGISTRY="hub.krkn.tech"
IMAGE_BASE="hub.krkn.tech/KrakenTech/cuda" IMAGE_BASE="hub.krkn.tech/krakentech/cuda"
CONTAINER_NAME="tentacle" CONTAINER_NAME="tentacle"
SUPPORTED_CUDA=("12.4.1" "12.5.1" "12.6.3" "13.0.1" "13.1.0") SUPPORTED_CUDA=("12.4.1" "12.5.1" "12.6.3" "13.0.1" "13.1.0")