Skip to content

Commit

Permalink
Update Dockerfile.diagnostics to install core package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Jan 5, 2023
1 parent c20cacd commit cc06221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.diagnostics
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARG version=3.8
FROM python:${version}

WORKDIR /workspace
COPY setup.py README.rst ./
RUN pip install -e .
COPY . .
COPY core core
RUN pip install --no-cache-dir -e core
COPY diagnostics.py .

0 comments on commit cc06221

Please sign in to comment.