Created
January 19, 2017 10:10
-
-
Save vyraun/4d5df704435864cdd26e365a1d547cdd to your computer and use it in GitHub Desktop.
Set up an Ubuntu VM with Tensorflow+Keras in 4 lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh | |
bash Anaconda2-4.2.0-Linux-x86_64.sh | |
export PATH=/home/viraun/anaconda2/bin:$PATH | |
pip install tensorflow keras |
chmod +x run.sh
./run.sh
or sh run.sh
conda create -n py36 python=3.6 anaconda
for python 3 environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything is installed in the root conda environment (python 2.7).
conda info -e
conda list