From 182965cda59f37b1269595debc29fd29ecba8ae3 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Mon, 15 May 2023 10:33:24 -0400 Subject: [PATCH] Add libboost-program-options to the training docker image This is needed by the `dedupe` program used in the `merge-corpus` step. --- taskcluster/docker/train/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/docker/train/Dockerfile b/taskcluster/docker/train/Dockerfile index 505be1df8..2f947d88e 100644 --- a/taskcluster/docker/train/Dockerfile +++ b/taskcluster/docker/train/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update -qq \ zstd \ bc \ libhunspell-1.7-0 \ + libboost-program-options1.74.0 \ && apt-get clean # Required to download sacrebleu datasets