2
2
# ------------------------------
3
3
4
4
# 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
7
6
8
7
# Make the installer executable
9
8
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
15
14
export PATH=$HOME/anaconda3/bin:$PATH
16
15
17
16
# 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
21
19
conda install -y -c conda-forge keras=2
22
20
conda install -y -c anaconda pandas
23
21
conda install -y -c anaconda scikit-learn
@@ -26,7 +24,6 @@ conda install -y -c conda-forge pygpu
26
24
27
25
# Install additional modules for Pilot2 benchmarks
28
26
conda install -c conda-forge opencv
29
- conda install -c conda-forge tqdm
30
27
conda update -c conda-forge numpy
31
28
32
29
# Download the source files for the benchmarks
0 commit comments