matthias-k
matthias-k
> I'm not sure that it explains the problem because the code should always wait for matlab to complete, ah, maybe matlab behaves differently under windows. We'll see soon
I just merged a PR which (among other things) switches matlab calls to use the `-batch` option. It's in the current `dev` branch, could people give it a try?
@jessebot looks great! I think it would also nice to have a changelog file to be independent of the github releases, but for me your solution is completely sufficient, so...
@aecker `docker logs $1 2>&1 | grep ?token=` should do the job. `2>&1` pipes everything from stderr to stdout.