Skip to content
Snippets Groups Projects

Merge Feature g19 into develop

Merged Levi Pfantz requested to merge feature-g19 into develop
11 files
+ 88
34
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
2
# To build:
# To build:
# docker build -t gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:r$(date '+%Y%m%d') .
# docker build -t gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:r$(date '+%Y%m%d') .
FROM --platform=linux/amd64 centos:7
FROM --platform=linux/amd64 rockylinux:8
WORKDIR /work
WORKDIR /work
@@ -8,7 +8,7 @@ COPY buildbucket_environment.yaml .
@@ -8,7 +8,7 @@ COPY buildbucket_environment.yaml .
COPY package.sh .
COPY package.sh .
# Install the `which` command for debugging
# Install the `which` command for debugging
RUN yum -y install which git && yum clean all
RUN dnf -y install which git findutils && dnf clean all
# Download and install miniforge
# Download and install miniforge
# https://github.com/conda-forge/miniforge#miniforge
# https://github.com/conda-forge/miniforge#miniforge
Loading