@@ -2,7 +2,7 @@ version: 0.2
2
2
3
3
env :
4
4
variables :
5
- FRAMEWORK_VERSION : ' 1.13.1 '
5
+ FRAMEWORK_VERSION : ' 1.15.0 '
6
6
GPU_INSTANCE_TYPE : ' ml.p2.xlarge'
7
7
SETUP_FILE : ' setup_cmds.sh'
8
8
SETUP_CMDS : ' #!/bin/bash\npip install --upgrade pip\npip install -U -e .\npip install -U -e .[test]'
@@ -60,21 +60,21 @@ phases:
60
60
echo '[{
61
61
"repository": "sagemaker-tensorflow-scriptmode",
62
62
"tags": [{
63
- "source": "1.13.1 -cpu-py2",
64
- "dest": ["1.13.1 -cpu-py2", "1.13 -cpu-py2", "1.13.1 -cpu-py2-'${CODEBUILD_BUILD_ID#*:}'"]
63
+ "source": "1.15.0 -cpu-py2",
64
+ "dest": ["1.15.0 -cpu-py2", "1.15 -cpu-py2", "1.15.0 -cpu-py2-'${CODEBUILD_BUILD_ID#*:}'"]
65
65
},{
66
- "source": "1.13.1 -cpu-py3",
67
- "dest": ["1.13.1 -cpu-py3", "1.13 -cpu-py3", "1.13.1 -cpu-py3-'${CODEBUILD_BUILD_ID#*:}'"]
66
+ "source": "1.15.0 -cpu-py3",
67
+ "dest": ["1.15.0 -cpu-py3", "1.15 -cpu-py3", "1.15.0 -cpu-py3-'${CODEBUILD_BUILD_ID#*:}'"]
68
68
},{
69
- "source": "1.13.1 -gpu-py2",
70
- "dest": ["1.13.1 -gpu-py2", "1.13 -gpu-py2", "1.13.1 -gpu-py2-'${CODEBUILD_BUILD_ID#*:}'"]
69
+ "source": "1.15.0 -gpu-py2",
70
+ "dest": ["1.15.0 -gpu-py2", "1.15 -gpu-py2", "1.15.0 -gpu-py2-'${CODEBUILD_BUILD_ID#*:}'"]
71
71
},{
72
- "source": "1.13.1 -gpu-py3",
73
- "dest": ["1.13.1 -gpu-py3", "1.13 -gpu-py3", "1.13.1 -gpu-py3-'${CODEBUILD_BUILD_ID#*:}'"]
72
+ "source": "1.15.0 -gpu-py3",
73
+ "dest": ["1.15.0 -gpu-py3", "1.15 -gpu-py3", "1.15.0 -gpu-py3-'${CODEBUILD_BUILD_ID#*:}'"]
74
74
}],
75
75
"test": [
76
- "IGNORE_COVERAGE=- tox -e py36 -- -m deploy_test test/integration/sagemaker -n 4 --region {region} --account-id {aws-id} --instance-type {cpu-instance-type} --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.13.1 --processor cpu --py-version 2,3",
77
- "IGNORE_COVERAGE=- tox -e py36 -- -m deploy_test test/integration/sagemaker -n 4 --region {region} --account-id {aws-id} --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.13.1 --processor gpu --py-version 2,3"
76
+ "IGNORE_COVERAGE=- tox -e py36 -- -m deploy_test test/integration/sagemaker -n 4 --region {region} --account-id {aws-id} --instance-type {cpu-instance-type} --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.15.0 --processor cpu --py-version 2,3",
77
+ "IGNORE_COVERAGE=- tox -e py36 -- -m deploy_test test/integration/sagemaker -n 4 --region {region} --account-id {aws-id} --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.15.0 --processor gpu --py-version 2,3"
78
78
]
79
79
}]' > deployments.json
80
80
0 commit comments