Skip to content

Commit

Permalink
Pin poetry to version ~=1.8 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jan 17, 2025
1 parent 8f13d7d commit 1bfed5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
rm -rf /var/lib/apt/lists/* /usr/include/*

WORKDIR /Annif
RUN pip install --upgrade pip poetry --no-cache-dir && \
pip install poetry
RUN pip install --upgrade pip "poetry~=1.8" --no-cache-dir

COPY pyproject.toml setup.cfg README.md LICENSE.txt CITATION.cff projects.cfg.dist /Annif/

Expand Down

0 comments on commit 1bfed5b

Please sign in to comment.