Created
February 6, 2019 20:41
-
-
Save shubhamagarwal92/bc3046ce8f8dbbef1fc541e293d0b252 to your computer and use it in GitHub Desktop.
Install torch on Scientific Linux 7
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
# 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