From d639cf66b5adac57bdc3a4c55ae4bdc755410ad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:47:42 +0000 Subject: [PATCH] Update seldonio/seldon-core-s2i-python3 Docker tag to v0.18 --- incubating/wrappers/s2i/python-ngraph-onnx/Dockerfile | 2 +- incubating/wrappers/s2i/python-tensorrt/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/wrappers/s2i/python-ngraph-onnx/Dockerfile b/incubating/wrappers/s2i/python-ngraph-onnx/Dockerfile index f493921722..8062c684a5 100644 --- a/incubating/wrappers/s2i/python-ngraph-onnx/Dockerfile +++ b/incubating/wrappers/s2i/python-ngraph-onnx/Dockerfile @@ -1,4 +1,4 @@ -FROM seldonio/seldon-core-s2i-python3:0.4 +FROM seldonio/seldon-core-s2i-python3:0.18 RUN apt-get update && apt-get install -y \ build-essential cmake clang-3.9 clang-format-3.9 \ diff --git a/incubating/wrappers/s2i/python-tensorrt/Dockerfile b/incubating/wrappers/s2i/python-tensorrt/Dockerfile index 16c4123cd5..c893696acf 100644 --- a/incubating/wrappers/s2i/python-tensorrt/Dockerfile +++ b/incubating/wrappers/s2i/python-tensorrt/Dockerfile @@ -1,4 +1,4 @@ -FROM seldonio/seldon-core-s2i-python3:0.2 +FROM seldonio/seldon-core-s2i-python3:0.18 RUN apt-get update && apt-get install -y \ build-essential libssl1.0-dev libopencv-dev libopencv-core-dev python-pil \