From 2b7aa83f6264ef963da7545a86bf62788ca86913 Mon Sep 17 00:00:00 2001 From: Neville Li Date: Thu, 14 Aug 2025 13:15:13 -0400 Subject: [PATCH] Use cog-runtime for some images --- canary/cog.yaml | 3 ++- hello-image/cog.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/canary/cog.yaml b/canary/cog.yaml index defc03d..b1ec464 100644 --- a/canary/cog.yaml +++ b/canary/cog.yaml @@ -1,3 +1,4 @@ build: - python_version: "3.12" + python_version: "3.13" + cog_runtime: true predict: "predict.py:Predictor" diff --git a/hello-image/cog.yaml b/hello-image/cog.yaml index defc03d..b1ec464 100644 --- a/hello-image/cog.yaml +++ b/hello-image/cog.yaml @@ -1,3 +1,4 @@ build: - python_version: "3.12" + python_version: "3.13" + cog_runtime: true predict: "predict.py:Predictor"