Skip to content

Commit

Permalink
Fixed ngen test image that runs model
Browse files Browse the repository at this point in the history
  • Loading branch information
Z authored and mattw-nws committed Feb 3, 2022
1 parent 1b79889 commit a2083b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/CENTOS_NGEN_RUN.dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM centos:8.4.2105 as builder
FROM rockylinux as builder

RUN yum update -y \
&& yum install -y dnf-plugins-core \
&& yum -y config-manager --set-enabled powertools \
# && yum -y config-manager --set-enabled powertools \
&& yum -y install epel-release \
&& yum repolist \
&& yum install -y tar git gcc-c++ gcc make cmake python38 python38-devel python38-numpy bzip2 udunits2-devel texinfo \
&& yum install -y tar git gcc-c++ gcc make cmake python38 python38-devel python38-numpy bzip2 udunits2-devel \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand All @@ -19,7 +19,7 @@ ENV CXX=/usr/bin/g++

# Note that this may need to be temporarily used during development instead of the COPY below, to prevent any issues
# cause by a local checkout being different than a fresh checkout (as is used in the Github Actions execution)
#RUN git clone https://github.com/NOAA-OWP/ngen.git
RUN git clone https://github.com/NOAA-OWP/ngen.git
COPY . /ngen/

WORKDIR /ngen
Expand Down

0 comments on commit a2083b2

Please sign in to comment.