// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/cpp { "name": "CUDA", "build": { "dockerfile": "Dockerfile_trtllm", "context": ".." }, "remoteEnv": { "PATH": "${containerEnv:PATH}:/usr/local/cuda/bin", "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" }, "customizations" : { "jetbrains" : { "backend" : "CLion" } } }