You need to sign in or sign up before continuing.
Unverified Commit ae623b8d authored by oOraph's avatar oOraph Committed by GitHub
Browse files

Install curl to be able to perform more advanced healthchecks (#1033)



# What does this PR do?

Install curl within base image, negligible regarding the image volume
and will allow to easily perform a better health check. Not sure about
the failing github actions though. Should I fix something ?
Signed-off-by: default avatarRaphael <oOraph@users.noreply.github.com>
Co-authored-by: default avatarRaphael <oOraph@users.noreply.github.com>
parent eba6ab1c
...@@ -158,6 +158,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins ...@@ -158,6 +158,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
libssl-dev \ libssl-dev \
ca-certificates \ ca-certificates \
make \ make \
curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy conda with PyTorch installed # Copy conda with PyTorch installed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment