mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-04 02:02:01 +08:00
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com> Signed-off-by: Zhanrui Sun <184402041+ZhanruiSunCh@users.noreply.github.com>
9 lines
269 B
YAML
9 lines
269 B
YAML
# Example .devcontainer/docker-compose.override.yml
|
|
version: "3.9"
|
|
services:
|
|
tensorrt_llm-dev:
|
|
volumes:
|
|
# Uncomment the following lines to enable
|
|
# # Mount TRTLLM data volume:
|
|
# - /home/scratch.trt_llm_data_ci/:/home/scratch.trt_llm_data_ci/:ro
|