Skip to content

Commit 41c0537

Browse files
feat: Add template for Github Codespaces (feast-dev#3421)
Signed-off-by: miles.adkins <miles.adkins@snowflake.com> Signed-off-by: miles.adkins <miles.adkins@snowflake.com>
1 parent 4f9ad7e commit 41c0537

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "feast-devcontainer",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4+
"features": {
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
6+
"version": "latest"
7+
},
8+
"ghcr.io/devcontainers/features/python:1": {
9+
"version": "3.9"
10+
},
11+
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {
12+
"version": "latest"
13+
}
14+
},
15+
"postCreateCommand": "brew install mysql && pip install -e '.[dev]' && make compile-protos-python"
16+
}

0 commit comments

Comments
 (0)