Skip to content

Commit

Permalink
Update dockerfile_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed May 3, 2024
1 parent ab99ed5 commit a28c825
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions containers/dockerfile_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,5 @@ FROM mambaorg/micromamba:0.15.2
COPY --chown=micromamba:micromamba environment.yml /tmp/env.yml

RUN micromamba install -y -n base -f /tmp/env.yml && \
micromamba install -y -n base -c conda-forge grits && \
micromamba clean --all --yes

COPY grits setup.py README.md /tmp/

RUN ls -la /tmp

RUN python -m pip install /tmp/

RUN pytest -vx

USER root

RUN rm -r /tmp/*

RUN python -c "import grits"

0 comments on commit a28c825

Please sign in to comment.