Skip to content

Commit

Permalink
smaller cpu docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jun 21, 2024
1 parent 86ee52b commit 9a0b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.cpu_only
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV PATH="${PATH}:${POETRY_VENV}/bin"

WORKDIR /src
COPY poetry.lock pyproject.toml /src
RUN poetry export --with=gpu --without-hashes -f requirements.txt > requirements.txt
RUN poetry export --extras="thot jobs" --without-hashes -f requirements.txt > requirements.txt


FROM python:$PYTHON_VERSION
Expand Down

0 comments on commit 9a0b3fc

Please sign in to comment.