backend.ai-kernels icon indicating copy to clipboard operation
backend.ai-kernels copied to clipboard

Octave kernel is not working

Open adrysn opened this issue 8 years ago • 0 comments

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.

adrysn avatar Oct 30 '17 01:10 adrysn