Skip to content

Commit

Permalink
Update naomi version in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vimc-robot committed Sep 6, 2024
1 parent 36b3dc3 commit 3351215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
EOF

rm -rf naomi
git clone https://github.com/mrc-ide/naomi
git clone --single-branch --branch faster-input-time-series-data https://github.com/mrc-ide/naomi

if [ -z $NAOMI_SHA ]; then
git -C $PACKAGE_ROOT/naomi checkout $NAOMI_SHA
Expand Down

0 comments on commit 3351215

Please sign in to comment.