Skip to content

Instantly share code, notes, and snippets.

View qwazwsx's full-sized avatar
🌵

Tony Zimbinski qwazwsx

🌵
View GitHub Profile
#!/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