backend.ai-kernels
backend.ai-kernels copied to clipboard
Octave kernel is not working
Every time running octave test cases, the kernel runner prints Aborted instead of appropriate answer. For example, printf("5") prints Aborted, not 5. When the same octave code is run inside manually created container (by docker run --rm -it lablup/kernel-octave4 bash), there is no such problem.