File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ WORKDIR $PYSETUP_PATH
6060COPY poetry.lock pyproject.toml ./
6161
6262# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
63- RUN poetry install --without dev
63+ RUN poetry install --without dev --no-root
6464
6565
6666# `development` image is used during development / testing
@@ -73,7 +73,7 @@ COPY --from=builder-base $POETRY_HOME $POETRY_HOME
7373COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
7474
7575# quicker install as runtime deps are already installed
76- RUN poetry install
76+ RUN poetry install --no-root
7777
7878# Install requirements for end-to-end testing
7979RUN playwright install --with-deps chromium
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dynamic = ["dependencies", "version"]
99
1010[tool .poetry ]
1111version = " 0.0.0"
12- package-mode = false
1312
1413[tool .poetry .dependencies ]
1514adit-radis-shared = { git = " https://github.com/openradx/adit-radis-shared.git" , tag = " 0.13.1" }
You can’t perform that action at this time.
0 commit comments