Commit 4a93402
docker(deps): drop hatch, add nlohmann-json3-dev for scikit-build-core (#2)
dApp-library v0.1.1 replaced the hatchling build backend with
scikit-build-core, which compiles the bundled libiqsaver C++ extension
at install time. The base deps image installed 'hatch' (no longer used)
and lacked nlohmann/json (a new build-time dependency).
- remove 'hatch' from the venv pip install list (keep 'build')
- add 'nlohmann-json3-dev' to the apt layer (cmake and swig are already
provided later in this image)
Dockerfile-oai-dapp already installs the dApp via 'pip install ".[all]"',
which now drives the scikit-build-core build using these deps.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7bd5e0b commit 4a93402
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments