Skip to content

Commit

Permalink
backend(trtllm): inject ompi_version build arg in dependent step
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 26, 2025
1 parent c632f8a commit 5a317ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile_trtllm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ENV TENSORRT_INSTALL_PREFIX=/usr/local/tensorrt
FROM cuda-builder AS mpi-builder
WORKDIR /opt/src/mpi

ARG ompi_version
ENV OMPI_VERSION=${ompi_version}
ENV OMPI_TARBALL_FILENAME=openmpi-${OMPI_VERSION}.tar.bz2
ADD --checksum=sha256:54a33cb7ad81ff0976f15a6cc8003c3922f0f3d8ceed14e1813ef3603f22cd34 \
Expand Down

0 comments on commit 5a317ff

Please sign in to comment.