chore: add dev-containers

This commit is contained in:
Hugo Larcher 2024-12-02 15:17:31 +01:00
parent 382d0d8bf7
commit bad878bdd5
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -11,7 +11,7 @@
"LD_LIBRARY_PATH": "$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64", "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" "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": [ // "postCreateCommand": [
// "nvidia-smi" // "nvidia-smi"
// ], // ],