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 db6eda2 commit 5c1c7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/dockerfile_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY --chown=micromamba:micromamba environment.yml /tmp/env.yml
RUN micromamba install -y -n base -f /tmp/env.yml && \
micromamba clean --all --yes

COPY grits setup.py README /tmp/
COPY grits setup.py README.md /tmp/

RUN ls -la /tmp

Expand Down

0 comments on commit 5c1c7ba

Please sign in to comment.