Skip to content

Commit 9d18610

Browse files
committed
Copy requirements file
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent ada4f32 commit 9d18610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/recce/Dockerfile

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

3+
COPY requirements.txt .
4+
35
RUN pip install --no-cache-dir -r requirements.txt
46
RUN pip install --no-cache-dir recce

0 commit comments

Comments
 (0)