Skip to content

Commit

Permalink
Fix CPU install
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarLiew committed Jan 16, 2025
1 parent 9e8e212 commit 6e40f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip install --upgrade pip && \
poetry config virtualenvs.in-project true

COPY pyproject.toml poetry.lock /app/
RUN poetry install --no-ansi --sync
RUN poetry install --no-ansi --sync -E cpu

FROM python:3.11-slim-bookworm
WORKDIR /app
Expand Down

0 comments on commit 6e40f36

Please sign in to comment.