From 1cf366d9b1c736362480e19e3223e0db78d4a8fb Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Wed, 20 Sep 2023 18:57:29 +0200 Subject: [PATCH] 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 d1cd13396fb..ebd1c538cd7 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