Skip to content

Commit

Permalink
fix missing giant-squid
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 30, 2024
1 parent 0ece8dd commit 11558e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ RUN python -c "from astropy.time import Time; t=Time.now(); from astropy.utils.d
# RUN cargo install mwa_giant_squid --locked && \
# rm -rf ${CARGO_HOME}/registry /opt/cargo/git/checkouts/
ARG BUILDPLATFORM
# # HACK: copy giant squid binary from its own image
FROM --platform=$BUILDPLATFORM mwatelescope/giant-squid:latest AS giant_squid
# # HACK: the calibration fitting code in mwax_mover deserves its own public repo
FROM d3vnull0/mwax_mover:latest AS mwax_mover
FROM base
# # Copy files from the previous stages into the final image
COPY --from=giant_squid /opt/cargo/bin/giant-squid /opt/cargo/bin/giant-squid
RUN /opt/cargo/bin/giant-squid --version
# # HACK: the calibration fitting code in mwax_mover deserves its own public repo
FROM d3vnull0/mwax_mover:latest AS mwax_mover
FROM base
COPY --from=mwax_mover /app /mwax_mover

RUN cd /mwax_mover && \
Expand Down

0 comments on commit 11558e5

Please sign in to comment.