Revert "Update devcontainer to use correct update content command path"

This reverts commit b67073df41.
This commit is contained in:
Morgan Funtowicz 2024-06-28 15:26:45 +02:00
parent b67073df41
commit 9815feb2e3
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 install-dev-tools.sh",
"updateContentCommand": "bash .devcontainer/install-dev-tools.sh",
"postCreateCommand": [
"nvidia-smi"
]