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",
|
||||
"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"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue