Skip to content

Commit 6f59a86

Browse files
committed
deploy agent using python3.12 byfault
1 parent d2673c1 commit 6f59a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/integrations/ve_faas/ve_faas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _create_function(self, function_name: str, path: str):
114114
name=function_name,
115115
description="Created by VeADK (Volcengine Agent Development Kit)",
116116
tags=[TagForCreateFunctionInput(key="provider", value="veadk")],
117-
runtime="native-python3.10/v1",
117+
runtime="native-python3.12/v1",
118118
request_timeout=1800,
119119
envs=envs,
120120
memory_mb=2048,

0 commit comments

Comments
 (0)