Skip to content

Commit

Permalink
Merge pull request #172 from rojopolis/broken_wheel_build
Browse files Browse the repository at this point in the history
Broken wheel build fix
  • Loading branch information
jonasbn committed Sep 7, 2023
2 parents bb04cb0 + d75c86b commit b1c923f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ LABEL "maintainer"="rojopolis <rojo@deba.cl>"

COPY entrypoint.sh /entrypoint.sh
COPY requirements.txt /requirements.txt
COPY constraint.txt /constraint.txt
COPY spellcheck.yaml /spellcheck.yaml

ENV PIP_CONSTRAINT=/constraint.txt
RUN pip3 install -r /requirements.txt

# REF: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get
Expand Down
1 change: 1 addition & 0 deletions constraint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cython<3

0 comments on commit b1c923f

Please sign in to comment.