See More

{ "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" }