We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7cd45 commit a3b4691Copy full SHA for a3b4691
container/Dockerfile.sglang
@@ -38,6 +38,7 @@ FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS base
38
# Redeclare ARCH and ARCH_ALT so they're available in this stage
39
ARG ARCH
40
ARG ARCH_ALT
41
+ARG NIXL_REF=3c47a48955e6f96bd5d4fb43a9d80bb64722f8e4
42
43
USER root
44
ARG PYTHON_VERSION=3.12
container/Dockerfile.tensorrt_llm
@@ -43,6 +43,7 @@ FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS build
# Redeclare ARCH and ARCH_ALT so they're available in this build stage
45
46
47
48
49
0 commit comments