Skip to content

Instantly share code, notes, and snippets.

@oskopek
Last active November 1, 2016 14:00
Show Gist options
  • Save oskopek/93eb955fc931c5152f65e8844263e811 to your computer and use it in GitHub Desktop.
Save oskopek/93eb955fc931c5152f65e8844263e811 to your computer and use it in GitHub Desktop.
Tensorflow 0.11 on MetaCentrum
# Installs a precompiled binary tensorflow wheel for the debian8 system at MetaCentrum.
# Make sure to run the commands below manually one by one (qsub opens a new shell).
# First run:
qsub -I -l nodes=1:ppn=1:debian8
# Wait for the job...
rm -rf tensorflow* metacentrum_run*
scrname=metacentrum_run.sh
wget "http://www.ms.mff.cuni.cz/~skopeko/files/$scrname"
chmod +x "$scrname"
. ./"$scrname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment