From f6c49649db2be49ae56f7431ed79d55490e0392a Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:56:18 -0500 Subject: [PATCH] add GNU parallel this will be helpful for running multiple instances of `fire` across the number of cores the container image has access to --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 593c966..a74db71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN install-ubuntu-packages \ gcc g++ gfortran \ locales \ make \ + parallel \ wget # Basic python support, necessary for the build steps.