We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7851e commit dc6b805Copy full SHA for dc6b805
Dockerfile
@@ -22,7 +22,7 @@ WORKDIR $HOME
22
COPY pyproject.toml poetry.lock $HOME/
23
24
# Upgrade pip and install python packages for code
25
-RUN pip install --upgrade --no-cache-dir pip poetry \
+RUN pip install --upgrade --no-cache-dir pip "poetry>=2.1,<2.2" \
26
&& poetry --version \
27
# Configure to use system instead of virtualenvs
28
&& poetry config virtualenvs.create false \
0 commit comments