Skip to content
Snippets Groups Projects
Commit edc9fb7a authored by Nick Bearson's avatar Nick Bearson
Browse files

Merge branch '2022-03-18-buildbucket-tweaks' into 'master'

small buildbucket fixes

See merge request !22
parents 33db8c6b 155051d5
No related branches found
No related tags found
1 merge request!22small buildbucket fixes
# 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 centos:7 FROM --platform=linux/amd64 centos:7
WORKDIR /work WORKDIR /work
...@@ -12,7 +12,7 @@ RUN yum -y install which git && yum clean all ...@@ -12,7 +12,7 @@ RUN yum -y install which git && yum clean all
# Download and install miniforge # Download and install miniforge
# https://github.com/conda-forge/miniforge#miniforge # https://github.com/conda-forge/miniforge#miniforge
RUN curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh && \ RUN curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh" && \
/bin/bash Mambaforge-$(uname)-$(uname -m).sh -b -p $HOME/miniforge && \ /bin/bash Mambaforge-$(uname)-$(uname -m).sh -b -p $HOME/miniforge && \
ln -s $HOME/miniforge/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \ ln -s $HOME/miniforge/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
echo ". $HOME/miniforge/etc/profile.d/conda.sh" >> ~/.bashrc && \ echo ". $HOME/miniforge/etc/profile.d/conda.sh" >> ~/.bashrc && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment