You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/services/3d-pose-estimation/src/requirements.txt
Copy file name to clipboardExpand all lines: health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/services/patient-monitoring-aggregator/Dockerfile
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,16 @@ WORKDIR /app
10
10
11
11
# Install system packages (if grpcio needs build tools on some platforms)
12
12
RUN apt-get update \
13
-
&& apt-get install -y --no-install-recommends \
14
-
build-essential \
15
-
&& rm -rf /var/lib/apt/lists/*
13
+
&& apt-get install -y --no-install-recommends \
14
+
ca-certificates \
15
+
build-essential \
16
+
&& rm -rf /var/lib/apt/lists/*
16
17
17
18
# Copy Python dependencies definition
18
19
COPY requirements.txt ./
19
20
20
21
# Install Python dependencies
21
-
RUN pip install --no-cache-dir -r requirements.txt
22
+
RUN pip install --no-cache-dir --default-timeout=300 --retries=5 -r requirements.txt
22
23
23
24
# Copy the application source and proto package (including *_pb2*.py stubs)
Copy file name to clipboardExpand all lines: health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/services/patient-monitoring-assets/requirements.txt
0 commit comments