Skip to content

Instantly share code, notes, and snippets.

@akanto
Created February 6, 2017 14:54
Show Gist options
  • Select an option

  • Save akanto/fc3b1725dad46c5abefa62c64cd28912 to your computer and use it in GitHub Desktop.

Select an option

Save akanto/fc3b1725dad46c5abefa62c64cd28912 to your computer and use it in GitHub Desktop.
ka-mnist.sh
#!/bin/bash
get_mnist_example() {
su -c "cd /home/spark && git clone https://github.com/akanto/ml.git && cd ml && git checkout hcc-cuda-blog" spark
}
main() {
get_mnist_example
}
[[ "$0" == "$BASH_SOURCE" ]] && main "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment