From ff8e047abb0e3519234234d7e883dacc84484c89 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Mon, 12 Nov 2018 08:45:03 +0000 Subject: [PATCH] Fix missing uuid module --- install_lua_modules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_lua_modules.sh b/install_lua_modules.sh index c9f56f9..e4926b9 100755 --- a/install_lua_modules.sh +++ b/install_lua_modules.sh @@ -16,6 +16,7 @@ install_cudnn() luarocks install graphicsmagick luarocks install lua-csnappy luarocks install md5 +luarocks install uuid luarocks install csvigo install_cudnn PREFIX=$HOME/torch/install luarocks install turbo