Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jul 11, 2024
1 parent 13cfc17 commit 46a3c09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs-website/vercel-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -euxo pipefail

./metadata-ingestion/scripts/install_deps.sh

# Set up java version for gradle
yum install java-17-amazon-corretto
java --version

# Build python from source.
# Amazon Linux 2 has Python 3.8, but it's version of OpenSSL is super old and hence it
# doesn't work with the packages we use. As such, we have to build Python from source.
Expand All @@ -28,6 +32,3 @@ rm "$py3"
ln "$(which python3.10)" "$py3"
python3 --version

# Set up java version for gradle
yum install java-17-amazon-corretto
java --version

0 comments on commit 46a3c09

Please sign in to comment.