From 0947e0c35086a8ee8164b4e7b22f44aca573cc4d Mon Sep 17 00:00:00 2001 From: Thomas Brettin Date: Tue, 5 May 2020 14:37:45 -0400 Subject: [PATCH] Update to v0.3 release --- README.setup.linux | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.setup.linux b/README.setup.linux index 504a1e87..eb54fa06 100644 --- a/README.setup.linux +++ b/README.setup.linux @@ -2,8 +2,7 @@ # ------------------------------ # Download the Anaconda installer -# curl -o Anaconda2-4.3.1-Linux-x86_64.sh https://repo.continuum.io/archive/Anaconda2-4.3.1-Linux-x86_64.sh -curl -o Anaconda3-5.1.0-Linux-x86_64.sh https://repo.anaconda.com/archive/Anaconda3-5.1.0-Linux-x86_64.sh +curl -o Anaconda3-2020.02-Linux-x86_64.sh https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh # Make the installer executable chmod u+x ./Anaconda3-5.1.0-Linux-x86_64.sh @@ -15,9 +14,8 @@ chmod u+x ./Anaconda3-5.1.0-Linux-x86_64.sh export PATH=$HOME/anaconda3/bin:$PATH # Install additonal modules not shipped with Anaconda -conda install -y -c conda-forge tensorflow -conda install -y -c anaconda hdf5=1.8.17 -conda install -y -c anaconda theano +conda install -y -c conda-forge tensorflow-gpu=1 +conda install -y -c anaconda hdf5 conda install -y -c conda-forge keras=2 conda install -y -c anaconda pandas conda install -y -c anaconda scikit-learn @@ -26,7 +24,6 @@ conda install -y -c conda-forge pygpu # Install additional modules for Pilot2 benchmarks conda install -c conda-forge opencv -conda install -c conda-forge tqdm conda update -c conda-forge numpy # Download the source files for the benchmarks