We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ef21 commit 23d28a7Copy full SHA for 23d28a7
Dockerfile
@@ -84,7 +84,7 @@ RUN pip3 install networkx simplejson jinja2 pyyaml
84
RUN apt install -y --no-install-recommends \
85
python3-dev && rm -Rf /var/cache/apt
86
87
-ARG VERSION_QT=6.8.1
+ARG VERSION_QT=6.7.1
88
RUN pip install aqtinstall &&\
89
aqt install-qt linux$(cat /arch_qt) desktop ${VERSION_QT} -m \
90
qtshadertools qt5compat qtcharts qtmultimedia \
0 commit comments