Skip to content

Commit f61d441

Browse files
authored
Proc Access update: read-only to default (#1977)
1 parent c995d5e commit f61d441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
- /sys/class/drm:/sys/class/drm:ro
6666
- /sys/kernel/debug:/sys/kernel/debug:ro
6767
- /run:/run
68-
- /proc:/proc:ro
68+
- /proc:/proc
6969

7070
mdpnp:
7171
build:
@@ -224,4 +224,4 @@ services:
224224
3dpose-estimation:
225225
condition: service_started
226226
rppg:
227-
condition: service_started
227+
condition: service_started

0 commit comments

Comments
 (0)