Skip to content

Commit

Permalink
Update dockerfile_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill authored May 3, 2024
1 parent 9482551 commit e592026
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions containers/dockerfile_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ RUN micromamba install -y -n base -f /tmp/env.yml && \

COPY grits/ /tmp/grits/

COPY setup.py /tmp/

RUN ls -la /tmp

RUN python -m pip install /tmp
RUN python -m pip install /tmp/grits

RUN pytest -vx

Expand Down

0 comments on commit e592026

Please sign in to comment.