chore: fix dev containers

This commit is contained in:
Hugo Larcher 2024-12-02 16:42:42 +01:00
parent eb6698f1ed
commit 5acb1a6390
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B
2 changed files with 4 additions and 2 deletions

View File

@ -71,3 +71,5 @@ RUN cargo install cargo-chef
COPY --from=trt-builder /usr/local/tensorrt /usr/local/tensorrt
COPY --from=mpi-builder /usr/local/mpi /usr/local/mpi
ENV MPI_HOME=/usr/local/mpi

View File

@ -4,7 +4,7 @@
"name": "CUDA",
// "image": "nvidia/cuda:12.6.0-devel-ubuntu24.04",
"build": {
"dockerfile": "Dockerfile.trtllm"
"dockerfile": "Dockerfile_trtllm"
},
"remoteEnv": {
"PATH": "${containerEnv:PATH}:/usr/local/cuda/bin",