Skip to content

Commit db45edc

Browse files
committed
remove extra code
1 parent 62edfb6 commit db45edc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/examples/cvat/recording-oracle/dockerfiles/test.ci.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ RUN pip install --no-cache poetry
1010

1111
COPY pyproject.toml poetry.lock ./
1212

13-
COPY libs ./libs
14-
1513
RUN --mount=type=cache,target=/root/.cache \
1614
poetry config virtualenvs.create false && \
1715
poetry install --no-interaction --no-ansi --no-root

packages/examples/cvat/recording-oracle/dockerfiles/test.dev.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ RUN pip install --no-cache poetry
1313

1414
COPY pyproject.toml poetry.lock ./
1515

16-
COPY libs ./libs
17-
1816
RUN --mount=type=cache,target=/root/.cache \
1917
poetry config virtualenvs.create false && \
2018
poetry install --no-interaction --no-ansi --no-root

0 commit comments

Comments
 (0)