From 8383fb36f10e2d9eb7d9ca51e7a33cdb5a93f3e6 Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:07:58 +0200 Subject: [PATCH] Fix ONNX Runtime Dockerfile (#1400) Fix docker ort gpu --- tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu b/tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu index d1cd13396f..ebd1c538cd 100644 --- a/tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu +++ b/tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive # Install and update tools to minimize security vulnerabilities RUN apt-get update RUN apt-get install -y software-properties-common wget apt-utils patchelf git libprotobuf-dev protobuf-compiler cmake \ - bzip2 ca-certificates libglib2.0-0 libxext6 libsm6 libxrender1 mercurial subversion libopenmpi-dev && \ + bzip2 ca-certificates libglib2.0-0 libxext6 libsm6 libxrender1 mercurial subversion libopenmpi-dev ffmpeg && \ apt-get clean RUN unattended-upgrade RUN apt-get autoremove -y