Skip to content

Commit

Permalink
[BugFix] Fix error in EC2 deployment script (#4099)
Browse files Browse the repository at this point in the history
Signed-off-by: AyushR1 <[email protected]>
  • Loading branch information
AyushR1 committed Aug 10, 2023
1 parent fdf79d5 commit c712300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deployment/deploy_ec2_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo apt-get update
echo "Step 2/10: Cloning EvalAI repository"
cd /home/ubuntu
git clone https://github.com/Cloud-CV/EvalAI.git
cd EvalAI

# Step 3: Installing awscli
echo "Step 3/10: Installing awscli"
Expand Down

0 comments on commit c712300

Please sign in to comment.