Skip to content

Instantly share code, notes, and snippets.

View bsantraigi's full-sized avatar
🧘
procrastinating...

Bishal Santra bsantraigi

🧘
procrastinating...
View GitHub Profile
@bsantraigi
bsantraigi / tensorflow-cpu.sh
Created November 20, 2017 06:25 — forked from Zhomart/tensorflow-cpu.sh
Compile and install tensorflow on Ubuntu 16.04. You might want to create a virtual machine on GCP, AWS, then compile tensorflow there. And then download compiled `*.wheel` file for further using it. List of compiled tensorflow with different options can be found here https://github.com/yaroslavvb/tensorflow-community-wheels/issues.
#!/bin/bash
##
## FROM https://github.com/floydhub/dl-docker
##
## Before running the script change versions and compilation flags below.
## If you're having trouble running the whole script, try running
## each command separately.
##
## List of compiled tensorflow packages https://github.com/yaroslavvb/tensorflow-community-wheels/issues