From c3c155bdb8c6f3d234b392050a55abdf19586e69 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 3 Mar 2025 13:16:32 +0000 Subject: [PATCH] added data mounting --- .devcontainer/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 875a810..85de800 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" + ] }