JohannesWiesner / csp_docker

A repository for creating Docker and Singularity files using Neurodocker
0 stars 1 forks source link

Octave doesn't work? #27

Open JohannesWiesner opened 1 year ago

JohannesWiesner commented 1 year ago

Error:

(csp) csp@0ac0ba1af24b:~/code$ octave 
octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
/usr/bin/octave-cli: /opt/matlab-compiler-runtime-2010a/v713/sys/os/glnxa64/libgcc_s.so.1: version `GCC_4.3.0' not found (required by /usr/lib/x86_64-linux-gnu/libgfortran.so.3)

Related?: https://de.mathworks.com/matlabcentral/answers/97943-why-do-i-receive-an-error-about-gcc-version-when-executing-a-mex-file-or-an-executable-generated-by

JohannesWiesner commented 1 year ago

@Engrammae : Can you solve this? Might have something to do with:

        --install opts="--quiet" \
            gcc \
            g++ \
            octave \

Besides, octave might be a good software to try out if we can start graphical applications.