Skip to content

Commit a351733

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.diagnostics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM python:${version}
33

44
WORKDIR /workspace
55
COPY setup.py README.rst ./
6-
RUN pip install -e .
6+
RUN pip install -e core
77
COPY . .

0 commit comments

Comments
 (0)