Skip to content

Commit

Permalink
prepare duckdb file
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Jun 6, 2024
1 parent df373b5 commit 69bf9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"containerEnv": {
"RECCE_CI_WORKFLOW_NAME": ".github/workflows/recce_ci.yml", // Path to the Recce CI workflow file
"DEPENDENCIES_FILE": "requirements.txt", // Path to the python dependencies file
"POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio" // Command to install python dependencies
"POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio", // Command to install python dependencies
"PRE_LAUNCH_RECCE_SERVER_COMMAND": "cp .recce/recce-state-file/jaffle_shop.duckdb ."
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 69bf9e8

Please sign in to comment.