Commit e61ade38 authored by Abraham, Subil's avatar Abraham, Subil
Browse files

update dockerfiles

parent 1cccb03f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 \
+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