Commit 113ee200 authored by Abraham, Subil's avatar Abraham, Subil
Browse files

updating build scripts

parent 949caf60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ FROM docker.io/nvidia/cuda-ppc64le:11.0.3-cudnn8-devel-centos8

RUN dnf -y install epel-release
RUN dnf -y install fakeroot \
	&& dnf -y upgrade \
	&& fakeroot dnf -y upgrade \
	&& dnf -y clean all

#	&& dnf -y install tar wget git openssh 
+2 −2
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@ module load gcc/9.1.0
module -t list
 
 
podman build --build-arg mpi_root=$MPI_ROOT -v $MPI_ROOT:$MPI_ROOT -f Dockerfile -t code.ornl.gov:4567/76a/olcfbaseimages/mpiimage-centos-cuda:latest .
podman push code.ornl.gov:4567/76a/olcfbaseimages/mpiimage-centos-cuda:latest
podman build -f Dockerfile -t code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest .
podman push code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ RUN mkdir ${MOFED_DIR}
COPY MLNX_OFED_LINUX-${MOFED_VER}-${OS_VER}-${PLATFORM}.tgz ${MOFED_DIR}
 
RUN dnf install -y perl lsof numactl-libs pciutils tk libnl3 python36 tcsh gcc-gfortran tcl \
	&& dnf -y install tar wget git openssh \
	&& fakeroot dnf -y install tar wget git openssh \
	&& dnf clean all
RUN cd ${MOFED_DIR} && \
    tar -xvf MLNX_OFED_LINUX-${MOFED_VER}-${OS_VER}-${PLATFORM}.tgz --no-same-owner && \
+2 −2
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@ module load gcc/9.1.0
 
module -t list
 
podman build -f Dockerfile -t code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest .
podman push code.ornl.gov:4567/76a/olcfbaseimages/baseimage-centos-cuda:latest
podman build -f Dockerfile -t code.ornl.gov:4567/76a/olcfbaseimages/mpiimage-centos-cuda:latest .
podman push code.ornl.gov:4567/76a/olcfbaseimages/mpiimage-centos-cuda:latest