Commit aa92ef0
authored
Revert temp boto3 fix and pin awscli/boto3 (#4509)
* test
* fix typo
* upgrade awscli
* remove fabric and invoke pins
* add awscli to requirements, add --upgrade
* same changes to test requirements
* pin awscli and boto3 to current latest versions; test pt inference 2.5 ec2
* test pt inference 2.5 sm
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['pytorch'],
'build_inference': True,
'build_training': False},
'buildspec_override': { 'dlc-pr-pytorch-inference': 'pytorch/inference/buildspec-2-4-ec2.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['pytorch'],
'build_inference': True,
'build_training': False},
'buildspec_override': { 'dlc-pr-pytorch-arm64-inference': 'pytorch/inference/buildspec-arm64-2-5-ec2.yml'},
'dev': { 'arm64_mode': True,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['pytorch'],
'build_inference': False,
'build_training': True},
'buildspec_override': { 'dlc-pr-pytorch-training': 'pytorch/training/buildspec-2-5-sm.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* Update ['dlc_developer_config.toml']
dlc_developer_config.toml:
{ 'build': { 'build_frameworks': ['tensorflow'],
'build_inference': True,
'build_training': False},
'buildspec_override': { 'dlc-pr-tensorflow-2-inference': 'tensorflow/inference/buildspec-2-18-ec2.yml'},
'dev': { 'arm64_mode': False,
'deep_canary_mode': False,
'graviton_mode': False,
'neuronx_mode': False},
'test': { 'ec2_tests': True,
'ecs_tests': True,
'eks_tests': True,
'sagemaker_local_tests': True,
'sagemaker_remote_tests': True,
'sanity_tests': True,
'security_tests': True}}
* Restore ['dlc_developer_config.toml']
dlc_developer_config.toml:
('Restore to '
'https://raw.githubusercontent.com/aws/deep-learning-containers/master/dlc_developer_config.toml')1 parent fda31e7 commit aa92ef0
3 files changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | 308 | | |
312 | 309 | | |
313 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments