Skip to content

Commit

Permalink
Update install_prerequisites scripts to match wiki (#21642)
Browse files Browse the repository at this point in the history
* Update install_prerequisites scripts to match wiki

* Remove python3-matplotlib from Docker backend
  • Loading branch information
seanlip authored Jan 10, 2025
1 parent 329b8d8 commit f0bfbfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update -y && apt-get upgrade -y \
git \
npm \
openjdk-11-jre \
python3-matplotlib \
unzip \
wget \
jq
Expand Down
8 changes: 1 addition & 7 deletions scripts/install_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@
sudo apt-get update
sudo apt-get install curl
sudo apt-get install git
sudo apt-get install openjdk-8-jre
sudo apt-get install python3-setuptools
sudo apt-get install python3-dev
sudo apt-get install python3-pip
sudo apt-get install unzip
sudo apt-get install python3-yaml
sudo apt-get install python3-matplotlib
pip install --upgrade pip==21.2.3
sudo apt-get install openjdk-11-jre

# Prerequirements for pyenv.
sudo apt-get install make
Expand Down
1 change: 0 additions & 1 deletion scripts/install_python_prod_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
MismatchType = Dict[str, Tuple[Optional[str], Optional[str]]]
ValidatedMismatchType = Dict[str, Tuple[str, Optional[str]]]

# This is the version that is set in install_prerequisites.sh.
GIT_DIRECT_URL_REQUIREMENT_PATTERN: Final = (
# NOTE: Direct URLs to GitHub must specify a specific commit hash in their
# definition. This helps stabilize the implementation we depend upon.
Expand Down

0 comments on commit f0bfbfd

Please sign in to comment.