Skip to content

Commit

Permalink
DAG-2764 Update dockerfile for release. (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Hartschen <ahartschen@users.noreply.github.com>
  • Loading branch information
ahartschen and ahartschen committed Aug 2, 2023
1 parent 30d0f66 commit 6a6d131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM quay.io/pypa/manylinux2010_x86_64
FROM quay.io/pypa/manylinux2014_x86_64

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN /opt/python/cp38-cp38/bin/pip install poetry

ADD . signal_processing
Expand Down

0 comments on commit 6a6d131

Please sign in to comment.