mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
chore: fix dev containers
This commit is contained in:
parent
eb6698f1ed
commit
5acb1a6390
@ -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
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user