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
#!/bin/bash | |
#edited to install tensorflow with 'pip3' insead of 'pip' | |
# Tensorflow installation bash for Ubuntu 16.04 for x86_64 - Python 2.7 | |
# Set locale (comment when not needed) | |
sudo sh -c "echo 'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8' >> /etc/environment" | |
# Install CUDA |