Skip to content

Commit

Permalink
Fixes incorrect comments in platypus-deps dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jul 9, 2024
1 parent e16585c commit ce601a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/platypus-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ FROM ubuntu:22.04
ENV OMPI_ALLOW_RUN_AS_ROOT=1
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

# By default one core is used to compile
# By default four cores are used to compile
ARG compile_cores=4

# By default checkout mfem-moose branch
# By default we install everything under /opt
ARG WORKDIR=opt

# Install apt dependencies
Expand Down

0 comments on commit ce601a8

Please sign in to comment.