Skip to content

Commit

Permalink
Update setup script
Browse files Browse the repository at this point in the history
bhatuzdanamemsr committed Aug 31, 2021
1 parent c6b49ba commit 5c2eedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_env_and_build.sh
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo add-apt-repository ppa:avsm/ppa -y
sudo apt update
sudo apt install -y build-essential cmake libgmp-dev libglib2.0-dev libssl-dev libboost-all-dev m4 python3.7 opam
sudo apt install -y unzip bubblewrap
sudo apt install -y unzip bubblewrap graphviz

build_cmake () {
echo "Building and installing cmake from source"
@@ -106,7 +106,7 @@ sudo apt install -y python3.7-venv
python3.7 -m venv mpc_venv
source mpc_venv/bin/activate
pip install -U pip
pip install tensorflow==1.15.0 keras==2.3.0 scipy==1.1.0 matplotlib
pip install tensorflow==1.15.0 keras==2.3.0 scipy==1.1.0 matplotlib scikit-learn=0.24.2
pip install onnx onnx-simplifier onnxruntime
pip install pytest pytest-cov

0 comments on commit 5c2eedb

Please sign in to comment.