Update devcontainer to use correct update content command path

This commit is contained in:
Morgan Funtowicz 2024-06-28 15:22:54 +02:00
parent 8e25428713
commit b67073df41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// "PATH": "${containerEnv:PATH}:/usr/local/cuda/bin",
"LD_LIBRARY_PATH": "$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64",
},
"updateContentCommand": "bash .devcontainer/install-dev-tools.sh",
"updateContentCommand": "bash install-dev-tools.sh",
"postCreateCommand": [
"nvidia-smi"
]