Skip to content

Commit

Permalink
ROCm CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed May 28, 2024
1 parent eb0b0b8 commit da810f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
mediapipe \
&& pip list

RUN du -ah /root \
RUN df -h \
&& du -ah /root \
&& rm -rf /root/* /root/.*

COPY runner-scripts/. /runner-scripts/
Expand Down

0 comments on commit da810f7

Please sign in to comment.