Skip to content

Commit c572196

Browse files
committed
Chang entrypoint.sh
1 parent 98d74d8 commit c572196

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/hello-action/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
FROM chapel/chapel
66
# as chapel
77

8-
WORKDIR /ChAI
8+
# WORKDIR /ChAI
99

10-
COPY ../../. /ChAI/
10+
# COPY ../../. /ChAI/
1111

12-
RUN echo $(ls -la)
13-
RUN echo $(ls -la /)
14-
RUN echo $(ls -la /ChAI)
12+
# RUN echo $(ls -la)
13+
# RUN echo $(ls -la /)
14+
# RUN echo $(ls -la /ChAI)
1515

1616
# Install pytorch
1717
# RUN pip3 install torch numpy torch

0 commit comments

Comments
 (0)