Commit 4bd0d33
authored
[Bug fix] Add new lastsha tag to front of list instead of last (#4495)
* Add new tag to front of list instead last
* 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.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': False,
'build_training': True},
'buildspec_override': { 'dlc-pr-pytorch-training': 'pytorch/training/buildspec.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}}
* print versions; test inference
* debugging
* debugging
* try installing boto3 without pin
* cleanup and final testing
* show pip install test/requirements.txt output
* move pip reinstall
* final testing
* 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 9efa748 commit 4bd0d33
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
308 | 312 | | |
309 | 313 | | |
310 | 314 | | |
| |||
0 commit comments