Skip to content

Commit

Permalink
Let's stick to version 2.x (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaven committed Sep 10, 2021
1 parent 6a38fc2 commit 2150d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Cloud9-Bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ cd /home/ec2-user/environment
sudo amazon-linux-extras install -y lustre2.10

#install AWS ParallelCluster
pip3 install --user -U aws-parallelcluster
#pip3 install --user -U aws-parallelcluster
pip3 install "aws-parallelcluster<3.0" --upgrade --user

#Create the key pair (remove the existing one if it has the same name)
aws ec2 create-key-pair --key-name ${KEY_PAIR} --query KeyMaterial --output text > /home/ec2-user/.ssh/id_rsa
Expand Down

0 comments on commit 2150d30

Please sign in to comment.