Skip to content

Commit 561301e

Browse files
authored
fix: update local mode schema (#4185)
1 parent d845772 commit 561301e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sagemaker/config/config_schema.py

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
LOCAL_CODE = "local_code"
107107
SERVING_PORT = "serving_port"
108108
CONTAINER_CONFIG = "container_config"
109+
CONTAINER_ROOT = "container_root"
109110
REGION_NAME = "region_name"
110111

111112

@@ -1090,6 +1091,9 @@ def _simple_path(*args: str):
10901091
SERVING_PORT: {
10911092
TYPE: "integer",
10921093
},
1094+
CONTAINER_ROOT: {
1095+
TYPE: "string",
1096+
},
10931097
CONTAINER_CONFIG: {
10941098
TYPE: OBJECT,
10951099
},

0 commit comments

Comments
 (0)