We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada4f32 commit 9d18610Copy full SHA for 9d18610
.devcontainer/recce/Dockerfile
@@ -1,4 +1,6 @@
1
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
2
3
+COPY requirements.txt .
4
+
5
RUN pip install --no-cache-dir -r requirements.txt
6
RUN pip install --no-cache-dir recce
0 commit comments