Skip to content

Commit 8604520

Browse files
committed
clean up and updated the description typo
1 parent 32c653a commit 8604520

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

fastai_v0.7_cpu.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Released under the MIT License (MIT)
55
# https://github.com/nullbyte91/Simple-Sh-DataScience/blob/master/LICENSE.md
66

7-
# Title : deepSpeech.sh
8-
# Description : This script use to explore, deploy Deep Speech from Mozilla(https://github.com/mozilla/DeepSpeech)
9-
# author : Jegathesan Shanmugam
7+
# Title : fastai_v0.7_gpu.sh
8+
# Description : This script to install fast.ai cpu env on ubuntu system
9+
# author : Jegathesan Shanmugam
1010

1111
fAnaconda2Sh="Anaconda2-4.2.0-Linux-x86_64.sh"
1212
dAnaconda2Install="$HOME/anaconda2/"
@@ -53,9 +53,6 @@ ssl_verify: False" >> ~/.condarc
5353
#Configure proxy for pip
5454
echo "export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt python" >> ~/.bashrc
5555
fi
56-
57-
#conda install -y bcolz
58-
#conda upgrade -y --all
5956
fi
6057
}
6158

@@ -67,8 +64,7 @@ function installFastaiCPU()
6764
cd fastai
6865
conda env create -f environment-cpu.yml
6966

70-
#Activate conda env for fastai
71-
#conda activate fastai-cpu
67+
#Activate conda env for fastai-cpu
7268

7369
echo "List conv env: by typing conda info --envs"
7470
echo "run the below command on terminal:"

0 commit comments

Comments
 (0)