Skip to content

Commit 2217b07

Browse files
[DOCS] healthcare known issue main
1 parent 2a0ca17 commit 2217b07

File tree

1 file changed

+16
-3
lines changed
  • health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide

1 file changed

+16
-3
lines changed

health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide/release-notes.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release Notes - Multi-modal Patient Monitoring
22

3-
## Version 1.0.0
4-
5-
**Release Date**: 2026-03-25
3+
## Version 1.0.0 - March 25, 2026
64

75
This 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+
```

0 commit comments

Comments
 (0)