Unverified Commit a798e08c authored by William Zhang's avatar William Zhang Committed by GitHub
Browse files

fix: Fix dev container build (#6455)

There were 2 bugs prior to this commit when building a TRTLLM dev
container:

- template rendering bug
- CUDA compatibility layer

The `nvidia_entrypoint.sh` script should render the second completely
unnecessary.
parent 6c698b8b
......@@ -221,7 +221,6 @@ ${NIXL_LIB_DIR}:\
${NIXL_PLUGIN_DIR}:\
/usr/local/ucx/lib:\
/usr/local/ucx/lib/ucx:\
/usr/local/cuda/compat/lib.real:\
${LD_LIBRARY_PATH}
# Copy shell profile script for framework-specific environment variables
......
......@@ -105,7 +105,7 @@ ARG GITHUB_TRTLLM_COMMIT
{% if context.trtllm.has_trtllm_context == "1" %}
# Copy only wheel files and commit info from trtllm_wheel stage from build_context
COPY --from=trtllm_wheel / /trtllm_wheel/
{%- endif -%}
{%- endif %}
COPY --from=trtllm_wheel_image /app/tensorrt_llm /trtllm_wheel_image/
# Cache uv downloads; uv handles its own locking for this cache.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment