Skip to content

Commit

Permalink
copy poetry.lock in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
artsiomkorzun committed Jan 9, 2025
1 parent ae25cd5 commit d98a0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN pip install poetry==1.8.5

WORKDIR /app

COPY pyproject.toml poetry.toml README.md ./
COPY pyproject.toml poetry.toml poetry.lock README.md ./
RUN poetry install --no-interaction --no-ansi --no-cache --no-root --no-directory --only main

COPY ./aidial_code_interpreter ././aidial_code_interpreter
COPY ./aidial_code_interpreter ./aidial_code_interpreter
RUN poetry install --no-interaction --no-ansi --no-cache --only main

FROM python:3.11-alpine as server
Expand Down

0 comments on commit d98a0fd

Please sign in to comment.