mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
9 lines
263 B
YAML
9 lines
263 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/:/home/scratch.trt_llm_data/:ro
|