Install curl within base image to be able to perform more advanced healthchecks

Alternative would be to use a less responsive python script using requests as a healthcheck
(requests already installed in the image)

Signed-off-by: Raphael <oOraph@users.noreply.github.com>
This commit is contained in:
Raphael 2023-09-15 17:41:34 +02:00
parent c8a01d7591
commit c58953398a
No known key found for this signature in database
GPG Key ID: 4D4CC6881E12A0C3

View File

@ -158,6 +158,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
libssl-dev \
ca-certificates \
make \
curl \
&& rm -rf /var/lib/apt/lists/*
# Copy conda with PyTorch installed