Skip to content

Commit

Permalink
misc(gha): add missing build args default
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 23, 2025
1 parent 12ba097 commit 84fb23d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG PYTHON_VERSION=3.10
ARG TENSORRT_LLM_VERSION
ARG TENSORRT_LLM_VERSION="latest"


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

Expand Down

0 comments on commit 84fb23d

Please sign in to comment.