diff --git a/backends/trtllm/.devcontainer/devcontainer.json b/backends/trtllm/.devcontainer/devcontainer.json index 01d23f67..995ed2a4 100644 --- a/backends/trtllm/.devcontainer/devcontainer.json +++ b/backends/trtllm/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "LD_LIBRARY_PATH": "$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64", "XLA_FLAGS": "--xla_gpu_cuda_data_dir=/usr/local/cuda" }, - "updateContentCommand": "bash .devcontainer/install-dev-tools.sh", + "updateContentCommand": "bash backends/trtllm/.devcontainer/install-dev-tools.sh", // "postCreateCommand": [ // "nvidia-smi" // ],