From ba234628eb34ac7fd58f7e6ba46a14f33b30a70c Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 13 Jan 2025 14:43:26 +0100 Subject: [PATCH] Small docker fix. --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 1ddf0e7..51e1b78 100644 --- a/dockerfile +++ b/dockerfile @@ -25,6 +25,7 @@ RUN pip3 install --upgrade --no-cache-dir onnxruntime-gpu # Install skelda RUN pip3 install --upgrade --no-cache-dir scipy +RUN apt-get update && apt-get install -y --no-install-recommends xvfb COPY ./skelda/ /skelda/ RUN pip3 install --no-cache-dir -e /skelda/