Skip to content

Commit d2d665d

Browse files
committed
Use cog-runtime for some images
1 parent dd76996 commit d2d665d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

canary/cog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build:
2-
python_version: "3.8"
2+
python_version: "3.13"
3+
cog_runtime: true
34
predict: "predict.py:Predictor"

hello-image/cog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build:
2-
python_version: "3.11"
2+
python_version: "3.13"
3+
cog_runtime: true
34
predict: "predict.py:Predictor"

0 commit comments

Comments
 (0)