Skip to content

Commit

Permalink
update mwalib
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 28, 2024
1 parent 93a920f commit 8def7ba
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 @@ -97,7 +97,7 @@ RUN git clone --depth 1 --branch=${MWAQA_BRANCH} https://github.com/d3v-null/mwa
python -m pip install /mwa_qa && \
rm -rf /mwa_qa

ARG MWALIB_BRANCH=v1.4.0
ARG MWALIB_BRANCH=v1.5.0
RUN git clone --depth 1 --branch=${MWALIB_BRANCH} https://github.com/MWATelescope/mwalib.git /mwalib && \
cd /mwalib && \
maturin build --release --features=python && \
Expand Down

0 comments on commit 8def7ba

Please sign in to comment.