Skip to content

Commit 6c853c1

Browse files
committed
Update devcontainer config for outdated version specification
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent 0dfdad5 commit 6c853c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/recce-cloud/setup-gh-codespaces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ GitHub Codespaces is a development environment provided by GitHub that allows de
4040
- or [Repository-level or organization-level codespaces secrets](https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-development-environment-secrets-for-your-repository-or-organization)
4141
4242
1. Prepare the `.devcontainer/Dockerfile`
43+
For environment setup, you need to install `recce`, dbt and the appropriate adapter for your data platform.
44+
Below is a sample Dockerfile for BigQuery. You can customize it based on your needs.
4345
```
4446
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
4547
46-
RUN pip install dbt-bigquery~=1.7.0 recce~=0.34
48+
RUN pip install dbt-core dbt-bigquery recce
4749
```
4850
!!!Note
4951

0 commit comments

Comments
 (0)