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 7fb0ac9 commit eabfeedCopy full SHA for eabfeed
development/Dockerfile
@@ -32,6 +32,8 @@ RUN apt-get update && \
32
pip --no-cache-dir install --no-compile --upgrade pip wheel
33
34
RUN poetry config virtualenvs.create false
35
+# Poetry 2.1 workaround
36
+ENV POETRY_VIRTUALENVS_CREATE=false
37
38
# ****************************************************************
39
# STAGE : Frontend
0 commit comments