mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
Revert "Update devcontainer to use correct update content command path"
This reverts commit b67073df41
.
This commit is contained in:
parent
b67073df41
commit
9815feb2e3
@ -8,7 +8,7 @@
|
|||||||
// "PATH": "${containerEnv:PATH}:/usr/local/cuda/bin",
|
// "PATH": "${containerEnv:PATH}:/usr/local/cuda/bin",
|
||||||
"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",
|
||||||
},
|
},
|
||||||
"updateContentCommand": "bash install-dev-tools.sh",
|
"updateContentCommand": "bash .devcontainer/install-dev-tools.sh",
|
||||||
"postCreateCommand": [
|
"postCreateCommand": [
|
||||||
"nvidia-smi"
|
"nvidia-smi"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user