Skip to content

Commit

Permalink
add cmake and mpich to lulesh
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 14, 2023
1 parent d612ac2 commit 6d98a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maestro-lulesh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ FROM ubuntu:${tag}

# workdir: /workflow

RUN apt-get update && apt-get install -y git python3-pip wget curl
RUN apt-get update && apt-get install -y git python3-pip wget curl \
cmake mpich

# Wrappers to ensure we source the mamba environment!
WORKDIR /workflow
Expand Down

0 comments on commit 6d98a09

Please sign in to comment.