Seems related to muon package install.
104.7 Collecting weas-widget>=0.2.6 (from aiidalab-qe-vibroscopy)
104.8 Downloading weas_widget-0.2.6-py3-none-any.whl.metadata (13 kB)
105.2 Collecting phonopy~=2.19 (from aiida-phonopy~=1.2.1->aiidalab-qe-vibroscopy)
105.2 Downloading phonopy-2.45.1.tar.gz (4.9 MB)
105.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 12.0 MB/s 0:00:00
106.5 Installing build dependencies: started
113.8 Installing build dependencies: finished with status 'done'
113.8 Getting requirements to build wheel: started
114.6 Getting requirements to build wheel: finished with status 'error'
114.7 error: subprocess-exited-with-error
114.7
114.7 × Getting requirements to build wheel did not run successfully.
114.7 │ exit code: 7
114.7 ╰─> [1 lines of output]
114.7 ERROR: Use build.verbose instead of cmake.verbose for scikit-build-core >= 0.10
114.7 [end of output]
114.7
114.7 note: This error originates from a subprocess, and is likely not a problem with pip.
114.9 error: subprocess-exited-with-error
114.9
114.9 × Getting requirements to build wheel did not run successfully.
114.9 │ exit code: 7
114.9 ╰─> See above for output.
114.9
114.9 note: This error originates from a subprocess, and is likely not a problem with pip.
------
Dockerfile:101
--------------------
99 |
100 | # Install the app and its plugins into the user's local Python environment
101 | >>> RUN python -m pip install --user --no-cache-dir . ${MUON_PKG} aiidalab-qe-vibroscopy aiida-bader
102 |
103 | ENV PSEUDO_FOLDER=/tmp/pseudo
--------------------
ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c python -m pip install --user --no-cache-dir . ${MUON_PKG} aiidalab-qe-vibroscopy aiida-bader" did not complete successfully: exit code: 1
Seems related to muon package install.