Basset icon indicating copy to clipboard operation
Basset copied to clipboard

Docker image Lua and Python setups wrong

Open ptn24 opened this issue 4 years ago • 0 comments

The Docker image lzamparo/basset is great, but it is missing a few things

Re Lua, it needs to have

export LUA_PATH="$BASSETDIR/src/?.lua;$LUA_PATH"

Re Python, it does not have an associated Python environment with Python 2 and Basset's Python dependencies like h5py

ptn24 avatar Apr 30 '20 23:04 ptn24