Loading baseimage-centos-cuda/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ RUN fakeroot dnf install -y wget dnf-plugins-core \ && rm cuda-repo-rhel8-11-0-local-11.0.3_450.51.06-1.ppc64le.rpm \ && dnf -y clean all && rm -r /var/cache/dnf RUN sleep 90 COPY libcudnn8-8.2.0.53-1.cuda11.3.ppc64le.rpm / COPY libcudnn8-devel-8.2.0.53-1.cuda11.3.ppc64le.rpm / RUN rpm -i /libcudnn8-8.2.0.53-1.cuda11.3.ppc64le.rpm \ Loading mpiimage-centos-cuda/Dockerfile +1 −1 Original line number Diff line number Diff line FROM code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest FROM code.ornl.gov:4567/olcfcontainers/olcfbaseimages/baseimage-centos-cuda:latest # Accept mpi_root environment variable. Should come from host $MPI_ROOT. Should be pointing to GNU instead of XL, etc. ARG mpi_root Loading Loading
baseimage-centos-cuda/Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ RUN fakeroot dnf install -y wget dnf-plugins-core \ && rm cuda-repo-rhel8-11-0-local-11.0.3_450.51.06-1.ppc64le.rpm \ && dnf -y clean all && rm -r /var/cache/dnf RUN sleep 90 COPY libcudnn8-8.2.0.53-1.cuda11.3.ppc64le.rpm / COPY libcudnn8-devel-8.2.0.53-1.cuda11.3.ppc64le.rpm / RUN rpm -i /libcudnn8-8.2.0.53-1.cuda11.3.ppc64le.rpm \ Loading
mpiimage-centos-cuda/Dockerfile +1 −1 Original line number Diff line number Diff line FROM code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest FROM code.ornl.gov:4567/olcfcontainers/olcfbaseimages/baseimage-centos-cuda:latest # Accept mpi_root environment variable. Should come from host $MPI_ROOT. Should be pointing to GNU instead of XL, etc. ARG mpi_root Loading