Skip to content

Commit

Permalink
Pins the DYAD version for the 2023 ECP tutorial to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Mar 1, 2023
1 parent 487ac75 commit 73e79c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2023-ECP/JupyterNotebook/Dockerfile.spawn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN pip3 install --upgrade pip \

RUN git clone https://github.com/flux-framework/dyad.git \
&& cd dyad \
&& git checkout v0.1.1 \
&& cp -r docs/demos/ecp_feb_2023 .. \
&& ./autogen.sh \
&& ./configure --prefix=/usr CC=$(which gcc) CXX=$(which g++) \
Expand Down

0 comments on commit 73e79c2

Please sign in to comment.