Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit ae8d5bd

Browse files
committed
change image from 2.4 to 3.3
1 parent 58b1e5d commit ae8d5bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ phases:
99
commands:
1010
- echo Build started on `date`
1111
- echo Building the Docker image...
12-
- docker build -t sagemaker-sparkml-serving:2.4 .
12+
- ls
13+
- docker build -t sagemaker-sparkml-serving:3.3 .
1314
- docker tag sagemaker-sparkml-serving:3.3 515193369038.dkr.ecr.us-west-2.amazonaws.com/sagemaker-sparkml-serving:3.3
1415
post_build:
1516
commands:

0 commit comments

Comments
 (0)