Last active
November 1, 2016 14:00
-
-
Save oskopek/93eb955fc931c5152f65e8844263e811 to your computer and use it in GitHub Desktop.
Tensorflow 0.11 on MetaCentrum
This file contains 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
# 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