Skip to content

Commit

Permalink
feat: Add template for Github Codespaces (#3421)
Browse files Browse the repository at this point in the history
Signed-off-by: miles.adkins <miles.adkins@snowflake.com>

Signed-off-by: miles.adkins <miles.adkins@snowflake.com>
  • Loading branch information
sfc-gh-madkins authored Dec 30, 2022
1 parent 4f9ad7e commit 41c0537
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "feast-devcontainer",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.9"
},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {
"version": "latest"
}
},
"postCreateCommand": "brew install mysql && pip install -e '.[dev]' && make compile-protos-python"
}

0 comments on commit 41c0537

Please sign in to comment.