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 0eeed85 commit dc21f18Copy full SHA for dc21f18
Dockerfile-ui
@@ -20,7 +20,6 @@ ENV \
20
PIP_DEFAULT_TIMEOUT=100 \
21
PIP_DISABLE_PIP_VERSION_CHECK=on \
22
PIP_NO_CACHE_DIR=off \
23
- POETRY_VERSION=1.2.2 \
24
PYTHONFAULTHANDLER=1 \
25
PYTHONHASHSEED=random \
26
PYTHONUNBUFFERED=1 \
@@ -34,7 +33,7 @@ COPY mappings ./mappings
34
33
COPY search ./search
35
RUN echo $GIT_COMMIT > ./git-commit.txt
36
37
-RUN pip install "gunicorn==20.1.0" "poetry==$POETRY_VERSION"
+RUN pip install "gunicorn==20.1.0" "poetry"
38
RUN poetry config virtualenvs.create false && \
39
poetry install --no-interaction --no-ansi
40
0 commit comments