Skip to content

Commit a3b4691

Browse files
add NIXL_REF ARG
1 parent 9e7cd45 commit a3b4691

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

container/Dockerfile.sglang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS base
3838
# Redeclare ARCH and ARCH_ALT so they're available in this stage
3939
ARG ARCH
4040
ARG ARCH_ALT
41+
ARG NIXL_REF=3c47a48955e6f96bd5d4fb43a9d80bb64722f8e4
4142

4243
USER root
4344
ARG PYTHON_VERSION=3.12

container/Dockerfile.tensorrt_llm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS build
4343
# Redeclare ARCH and ARCH_ALT so they're available in this build stage
4444
ARG ARCH
4545
ARG ARCH_ALT
46+
ARG NIXL_REF=3c47a48955e6f96bd5d4fb43a9d80bb64722f8e4
4647

4748
USER root
4849

0 commit comments

Comments
 (0)