tutorial: Add boto3 installation to setup script (#17722)
This commit is contained in:
parent
7c61d6d45f
commit
cefb4ba014
@ -57,6 +57,12 @@ until sudo apt-get install -y --no-install-recommends \
|
|||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
||||||
|
####
|
||||||
|
# Upgrade boto3 python package on AWS systems
|
||||||
|
####
|
||||||
|
pip3 install --upgrade boto3
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
# Spack configuration settings for tutorial
|
# Spack configuration settings for tutorial
|
||||||
####
|
####
|
||||||
|
Loading…
Reference in New Issue
Block a user