@@ -78,7 +78,7 @@ def my_model(**keyword_args):
78
78
"flavor" : {
79
79
"flavor" : "streaming_enhanced_runnable_image" ,
80
80
"repository" : "model-engine" ,
81
- "tag" : "2c1951dfff7159d7d29dd13b4f888e8355f8d51e " ,
81
+ "tag" : "830c81ecba2a147022e504917c6ce18b00c2af44 " ,
82
82
"command" : [
83
83
"dumb-init" ,
84
84
"--" ,
@@ -269,7 +269,7 @@ def my_model(**keyword_args):
269
269
CREATE_DOCKER_IMAGE_BATCH_JOB_BUNDLE_REQUEST : Dict [str , Any ] = {
270
270
"name" : format_name ("di_batch_job_bundle_1" ),
271
271
"image_repository" : "model-engine" ,
272
- "image_tag" : "2c1951dfff7159d7d29dd13b4f888e8355f8d51e " ,
272
+ "image_tag" : "830c81ecba2a147022e504917c6ce18b00c2af44 " ,
273
273
"command" : ["jq" , "." , "/launch_mount_location/file" ],
274
274
"env" : {"ENV1" : "VAL1" },
275
275
"mount_location" : "/launch_mount_location/file" ,
@@ -289,7 +289,7 @@ def my_model(**keyword_args):
289
289
CREATE_FINE_TUNE_DI_BATCH_JOB_BUNDLE_REQUEST : Dict [str , Any ] = {
290
290
"name" : format_name ("fine_tune_di_batch_job_bundle_1" ),
291
291
"image_repository" : "model-engine" ,
292
- "image_tag" : "2c1951dfff7159d7d29dd13b4f888e8355f8d51e " ,
292
+ "image_tag" : "830c81ecba2a147022e504917c6ce18b00c2af44 " ,
293
293
"command" : ["cat" , "/launch_mount_location/file" ],
294
294
"env" : {"ENV1" : "VAL1" },
295
295
"mount_location" : "/launch_mount_location/file" ,
0 commit comments