feat(components): Update image tag used by llm pipelines
PiperOrigin-RevId: 573014609
This commit is contained in:
parent
1386a826ba
commit
4d71fdac3f
|
|
@ -16,7 +16,7 @@ import os
|
|||
|
||||
|
||||
def get_private_image_tag() -> str:
|
||||
return os.getenv('PRIVATE_IMAGE_TAG', '20230918_1327_RC00')
|
||||
return os.getenv('PRIVATE_IMAGE_TAG', '20231010_1107_RC00')
|
||||
|
||||
|
||||
def get_use_test_machine_spec() -> bool:
|
||||
|
|
|
|||
Loading…
Reference in New Issue