Skip to content

Commit

Permalink
Testing docker (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Jan 29, 2025
1 parent 0dbe5a5 commit 7d30f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/hello-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN echo $(which chpl)

FROM pytorch/pytorch:latest

COPY --from=chapel /usr/local/chapel /usr/local/chapel
COPY --from=chapel /opt/chapel/bin/chpl /opt/chapel/bin/chpl

ENV PATH="/usr/local/chapel/bin:${PATH}"
ENV PATH="/opt/chapel/bin/chpl:${PATH}"

# ADD chapel/chapel /chapel

Expand Down

0 comments on commit 7d30f11

Please sign in to comment.