mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
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:
parent
c8a01d7591
commit
c58953398a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user