Skip to content

Commit 9749a58

Browse files
authored
PT 2.5 SM ARM - Comment out latest_release_tag in buildspec (#5305)
1 parent 944c50d commit 9749a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch/inference/buildspec-arm64-2-5-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ images:
4343
torch_serve_version: &TORCHSERVE_VERSION 0.12.0
4444
tool_kit_version: &SM_TOOLKIT_VERSION 2.0.25
4545
tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *OS_VERSION , "-sagemaker"]
46-
latest_release_tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *OS_VERSION, "-sagemaker" ]
46+
# latest_release_tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *OS_VERSION, "-sagemaker" ]
4747
# skip_build: "False"
4848
docker_file: !join [ docker/, *SHORT_VERSION, /, *DOCKER_PYTHON_VERSION, /Dockerfile.arm64., *DEVICE_TYPE ]
4949
target: sagemaker

0 commit comments

Comments
 (0)