Skip to content

Commit 0947e0c

Browse files
authored
Update to v0.3 release
1 parent 793181d commit 0947e0c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.setup.linux

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# ------------------------------
33

44
# Download the Anaconda installer
5-
# curl -o Anaconda2-4.3.1-Linux-x86_64.sh https://repo.continuum.io/archive/Anaconda2-4.3.1-Linux-x86_64.sh
6-
curl -o Anaconda3-5.1.0-Linux-x86_64.sh https://repo.anaconda.com/archive/Anaconda3-5.1.0-Linux-x86_64.sh
5+
curl -o Anaconda3-2020.02-Linux-x86_64.sh https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
76

87
# Make the installer executable
98
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
1514
export PATH=$HOME/anaconda3/bin:$PATH
1615

1716
# Install additonal modules not shipped with Anaconda
18-
conda install -y -c conda-forge tensorflow
19-
conda install -y -c anaconda hdf5=1.8.17
20-
conda install -y -c anaconda theano
17+
conda install -y -c conda-forge tensorflow-gpu=1
18+
conda install -y -c anaconda hdf5
2119
conda install -y -c conda-forge keras=2
2220
conda install -y -c anaconda pandas
2321
conda install -y -c anaconda scikit-learn
@@ -26,7 +24,6 @@ conda install -y -c conda-forge pygpu
2624

2725
# Install additional modules for Pilot2 benchmarks
2826
conda install -c conda-forge opencv
29-
conda install -c conda-forge tqdm
3027
conda update -c conda-forge numpy
3128

3229
# Download the source files for the benchmarks

0 commit comments

Comments
 (0)