added data mounting

This commit is contained in:
Jun-te Kim 2025-03-03 13:16:32 +00:00
parent 60a3c0c9e8
commit c3c155bdb8

View file

@ -10,5 +10,9 @@
"ms-azuretools.vscode-docker"
]
}
}
},
// temporary mount local file from local computer. DELETE ME if you are not Jun-te Kim
"runArgs": [
"--mount", "type=bind,source=/home/kimjunte/data,target=/workspaces/survey-extraction/data"
]
}