Skip to content

Commit

Permalink
Update Dockerfile to remove unnecessary poetry lock command
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonWehrhahn committed Sep 11, 2024
1 parent 2cb193e commit 84a7252
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 431 deletions.
1 change: 0 additions & 1 deletion modules/modeling/module_modeling_llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY --from=athena /code /athena
# install dependencies
RUN poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true \
&& poetry lock --no-update \
&& poetry install --no-interaction --no-ansi

# Project files
Expand Down
Loading

0 comments on commit 84a7252

Please sign in to comment.