Skip to content

Commit

Permalink
Add libboost-program-options to the training docker image
Browse files Browse the repository at this point in the history
This is needed by the `dedupe` program used in the `merge-corpus` step.
  • Loading branch information
bhearsum committed May 16, 2023
1 parent 253e8ae commit e62c398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/docker/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62c398

Please sign in to comment.