Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
auraoupa authored Jun 23, 2023
1 parent 8158c01 commit 38cb9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN git clone -b v2.x https://github.com/catchorg/Catch2.git \
WORKDIR /build
RUN git clone -b june23_demo https://github.com/nextsimdg/nextsimdg.git \
&& cd nextsimdg \
&& cmake -B build/ \
&& cmake -DCMAKE_BUILD_TYPE=Release -B build/ \
&& make -j ${MAX_JOBS} -C build

#
Expand Down

0 comments on commit 38cb9e9

Please # to comment.