Skip to content

Commit cc06221

Browse files
committed
Update Dockerfile.diagnostics to install core package.
1 parent c20cacd commit cc06221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.diagnostics

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ ARG version=3.8
22
FROM python:${version}
33

44
WORKDIR /workspace
5-
COPY setup.py README.rst ./
6-
RUN pip install -e .
7-
COPY . .
5+
COPY core core
6+
RUN pip install --no-cache-dir -e core
7+
COPY diagnostics.py .

0 commit comments

Comments
 (0)