Skip to content

Commit

Permalink
Try removing poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bensampson5 committed May 26, 2024
1 parent 225254e commit e742598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 961 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update \

# Install python packages using poetry
RUN pip3 install poetry
COPY poetry.lock pyproject.toml ./
COPY pyproject.toml ./
RUN poetry config virtualenvs.create false
RUN poetry install -n --no-ansi

Expand Down
Loading

0 comments on commit e742598

Please sign in to comment.