Skip to content

Commit

Permalink
DAG-2764 Pin poetry version in Dockerfile. (#28)
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 3, 2023
1 parent 6a6d131 commit d4ef83a
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 @@ -2,7 +2,7 @@ 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
RUN /opt/python/cp38-cp38/bin/pip install poetry==1.3.2

ADD . signal_processing

Expand Down

0 comments on commit d4ef83a

Please sign in to comment.