Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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')
- Loading branch information