Skip to content

Commit

Permalink
misc(gha): add missing build args default once more
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 23, 2025
1 parent 84fb23d commit ba5cd39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
PYTHON_VERSION: ${{ matrix.python-version }}
TENSORRT_LLM_VERSION: ${{ env.TENSORRT_LLM_VERSION }}
TRTLLM_VERSION: ${{ env.TENSORRT_LLM_VERSION }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2
Expand Down
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG PYTHON_VERSION=3.10
ARG TENSORRT_LLM_VERSION="latest"
ARG TRTLLM_VERSION="latest"


FROM tensorrt_llm/release:v${TENSORRT_LLM_VERSION}-py${PYTHON_VERSION}
FROM tensorrt_llm/release:v${TRTLLM_VERSION}-py${PYTHON_VERSION}

COPY . /opt/optimum-nvidia

Expand Down

0 comments on commit ba5cd39

Please sign in to comment.