Closed
Description
I want to setup a dockerfile using one of these official octave images as base, but I need the QT Toolkit enable.
I ran the following command with the latest version of each major from 4 to 9 and in every case the only toolkit available is gnuplot
.
Is there a way to enable the QT toolkit? I understand that the qt libraries are already installed as part of the octave's dockerfile and I'm careful of using octave
command line and not octave-cli
.
Command to reproduce:
docker run --rm -it gnuoctave/octave:{VERSION} octave --eval "available_graphics_toolkits()"
The underlying hardware is the 2-core 8GB RAM 32GB Disk Github Codespace machine
Result:
ans =
{
[1,1] = gnuplot
}
Versions tested:
- 4.4.1
- 5.2.0
- 6.4.0
- 7.3.0
- 8.4.0
- 9.4.0
Metadata
Metadata
Assignees
Labels
No labels