Skip to content

Commit 69bf9e8

Browse files
committed
prepare duckdb file
Signed-off-by: Kent Huang <[email protected]>
1 parent df373b5 commit 69bf9e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"containerEnv": {
55
"RECCE_CI_WORKFLOW_NAME": ".github/workflows/recce_ci.yml", // Path to the Recce CI workflow file
66
"DEPENDENCIES_FILE": "requirements.txt", // Path to the python dependencies file
7-
"POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio" // Command to install python dependencies
7+
"POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio", // Command to install python dependencies
8+
"PRE_LAUNCH_RECCE_SERVER_COMMAND": "cp .recce/recce-state-file/jaffle_shop.duckdb ."
89
},
910
"customizations": {
1011
"vscode": {

0 commit comments

Comments
 (0)