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.
Dockerfile.diagnostics
core
1 parent c20cacd commit a351733Copy full SHA for a351733
Dockerfile.diagnostics
@@ -3,5 +3,5 @@ FROM python:${version}
3
4
WORKDIR /workspace
5
COPY setup.py README.rst ./
6
-RUN pip install -e .
+RUN pip install -e core
7
COPY . .
0 commit comments