Skip to content

Commit

Permalink
poetry 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jan 7, 2024
1 parent 94fd2ce commit 0ed0a34
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 505 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
python3-pip \
python3-pyqt5 \
python3-pyqt5.sip && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.7.1 && \
poetry config virtualenvs.create false && \
python3 -m pip install --no-cache-dir --upgrade pip
COPY --from=iqtlabs/gamutrf-base:latest /usr/local /usr/local
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.waterfall
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \
python3 \
python3-dev \
python3-pip && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.7.1 && \
poetry config virtualenvs.create false
WORKDIR /gamutrflib
COPY gamutrflib /gamutrflib/
Expand Down
Loading

0 comments on commit 0ed0a34

Please sign in to comment.