Skip to content

Commit f6c4964

Browse files
add GNU parallel
this will be helpful for running multiple instances of `fire` across the number of cores the container image has access to
1 parent 8dece12 commit f6c4964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN install-ubuntu-packages \
2323
gcc g++ gfortran \
2424
locales \
2525
make \
26+
parallel \
2627
wget
2728

2829
# Basic python support, necessary for the build steps.

0 commit comments

Comments
 (0)