Skip to content

Commit ada4f32

Browse files
committed
Install dependency based on project config
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent d22ff3b commit ada4f32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/recce/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
22

3-
RUN pip install dbt-duckdb==1.5.0 duckdb==0.7.1 recce
3+
RUN pip install --no-cache-dir -r requirements.txt
4+
RUN pip install --no-cache-dir recce

.devcontainer/recce/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "Recce CodeSpace",
33
"build": {
4-
"dockerfile": "Dockerfile"
4+
"dockerfile": "Dockerfile",
5+
"context": "../../"
56
},
67
"features": {
78
"ghcr.io/devcontainers/features/github-cli:1": {}

0 commit comments

Comments
 (0)