File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## Version 1.0.0
4-
5- ** Release Date** : 2026-03-25
3+ ## Version 1.0.0 - March 25, 2026
64
75This is the initial release of the application, therefore, it is considered a preview version.
86
@@ -14,3 +12,18 @@ The initial feature set of the application is now available:
1412- Integration with medical devices
1513- Pose estimation with joint tracking
1614- ECG analysis with 12-lead classification
15+
16+ ### Known issues
17+
18+ Docker fails with the ` gathering device information ` error.
19+ : This may happen on systems without NPU. NPU is optional for use but is still defined as a
20+ possible accellerator in the image setup.
21+ : To work around the issue, in ` docker-compose.yaml ` , remove the device by commenting out
22+ the following lines, like so:
23+
24+ ```
25+ # devices:
26+ # - /dev/dri
27+ # - /dev/accel
28+ # - /dev/accel/accel0
29+ ```
You can’t perform that action at this time.
0 commit comments