Skip to content

Commit

Permalink
Update AWS instructions for Lunar
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jan 12, 2024
1 parent ac8bb3e commit 26f42d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eval/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Create image (AMI) with prepped image

Launch an i3.xlarge using Jammy
(ubuntu/images-testing/hvm-ssd/ubuntu-jammy-22.04-amd64-minimal-20220505). This
Launch an i3.xlarge using Lunar (ubuntu-minimal/images/hvm-ssd/ubuntu-lunar-23.04-amd64-minimal-20231207). This
is a daily image, so you may need to use a more recent version (the old ones
become unavailable over time).

Expand Down
3 changes: 2 additions & 1 deletion eval/aws/setup-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ fi

# Install Python dependencies

pip3 install argparse
# no longer needed
# pip3 install argparse

# Install Go and Go dependencies

Expand Down

0 comments on commit 26f42d8

Please sign in to comment.