Skip to content

Commit

Permalink
debug docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Dec 7, 2024
1 parent 9048a69 commit 93db36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/amd64/v3,linux/arm64,linux/arm/v7,linux/arm64/v8
push: true
push: false
tags: ${{ steps.prep.outputs.tags }}

verify:
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ RUN apt-get update \
build-essential

# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://install.python-poetry.org | python3 -

RUN pip install poetry
# copy project requirement files here to ensure they will be cached.
WORKDIR $PYSETUP_PATH
COPY poetry.lock pyproject.toml ./

# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
RUN poetry install --no-dev

Expand Down

0 comments on commit 93db36d

Please sign in to comment.