Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created February 6, 2019 20:41
Show Gist options
  • Save shubhamagarwal92/bc3046ce8f8dbbef1fc541e293d0b252 to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/bc3046ce8f8dbbef1fc541e293d0b252 to your computer and use it in GitHub Desktop.
Install torch on Scientific Linux 7
# https://milindpadalkar.wordpress.com/2016/03/04/installing-torch-without-root-privileges/
# Install conda and create an environment 'torch-env'
source activate torch-env
conda install lua=5.2 lua-science -c alexbw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment