File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1515- Upgrade CUDA library to version 11.4.3.
1616- Upgrade NVIDIA Fabric manager to ` nvidia-fabricmanager-470 ` .
1717- Disable unattended upgrades for Ubuntu.
18+ - Install Python 3 version of ` aws-cfn-bootstrap ` scripts on CentOS 7 and Ubuntu 18.04.
1819
19202.11.3
2021-----
Original file line number Diff line number Diff line change 298298 " region=\" {{user `region`}}\" " ,
299299 " bucket=\" s3.amazonaws.com\" " ,
300300 " [[ ${region} =~ ^cn- ]] && bucket=\" s3.cn-north-1.amazonaws.com.cn/cn-north-1-aws-parallelcluster\" " ,
301- " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz" ,
302- " which pip2" ,
303- " if [ $? -eq 0 ]; then sudo pip2 install /tmp/aws-cfn-bootstrap-latest.tar.gz; else sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz; fi"
301+ " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-py3-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz" ,
302+ " sudo pip3 install /tmp/aws-cfn-bootstrap-py3-latest.tar.gz"
304303 ]
305304 },
306305 {
Original file line number Diff line number Diff line change 295295 " region=\" {{user `region`}}\" " ,
296296 " bucket=\" s3.amazonaws.com\" " ,
297297 " [[ ${region} =~ ^cn- ]] && bucket=\" s3.cn-north-1.amazonaws.com.cn/cn-north-1-aws-parallelcluster\" " ,
298- " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz" ,
299- " sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz"
298+ " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-py3- latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-py3 -latest.tar.gz" ,
299+ " sudo pip3 install /tmp/aws-cfn-bootstrap-py3 -latest.tar.gz"
300300 ]
301301 },
302302 {
You can’t perform that action at this time.
0 commit comments