Skip to content

Commit

Permalink
Change the devcontainer image
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed Jun 17, 2024
1 parent 33b15fd commit dc790ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Recce CodeSpace",
"image": "infuseai/oso-dev-container:3.11",
// "image": "infuseai/oso-dev-container:3.11",
"image": "infuseai/dev-container-base-image:latest",
"containerEnv": {
"DBT_GOOGLE_PROJECT": "infuseai-dev",
"DBT_GOOGLE_DATASET": "oso_playground",
Expand All @@ -25,6 +26,7 @@
"onAutoForward": "openBrowser"
}
},
"postStartCommand": "echo 'Running the Post Start Task!'; bash .devcontainer/post_start_command.sh"
// "postStartCommand": "echo 'Running the Post Start Task!'; bash .devcontainer/post_start_command.sh"
"postStartCommand": "echo 'Running the Post Start Task!'"

}

0 comments on commit dc790ed

Please sign in to comment.