Skip to content

Commit e8634fa

Browse files
committed
fix cwd
1 parent f6e86d7 commit e8634fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .github/workflows/dockerfiles/ROCm-DiskGalaxy

.github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ RUN set -euo pipefail && \
6868
./configure --with-device=ch4:ofi --disable-fortran --prefix="/opt/mpich/${MPICH_VERSION}" && \
6969
make -j"$(nproc)" && \
7070
make install && \
71+
cd .. && \
7172
rm -rf mpich-4.1.2/ mpich-4.1.2.tar.gz /tmp/mpich-4.1.2-rocm-6.4-hip-pointer-attr.patch && \
7273
cd / && \
7374
rm -rf /tmp/build-mpich

0 commit comments

Comments
 (0)