Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions open_ce/images/builder-cuda/Dockerfile.cuda-12.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ENV CONDA_HOME=${CONDA_HOME:-/opt/conda}
ENV PATH=$CONDA_HOME/bin:$PATH
ENV CUDA_HOME=/usr/local/cuda

ENV OPEN_CE_CONDA_BUILD=3.22.0
ENV OPEN_CE_CONDA=4.14
ENV OPEN_CE_CONDA_BUILD=3.27.0
ENV OPEN_CE_CONDA=23.10.0
ENV OPENSSL_VER=3.*

ENV CICD_GROUP=cicd
Expand All @@ -26,7 +26,7 @@ RUN export ARCH="$(uname -m)" && \
# Adduser Builder
useradd -b /home --non-unique --create-home --gid ${GROUP_ID} --groups wheel \
--uid ${BUILD_ID} --comment "User for Building" ${BUILD_USER} && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_22.11.1-1-Linux-${ARCH}.sh && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-${ARCH}.sh && \
chmod +x /tmp/anaconda.sh && \
/bin/bash /tmp/anaconda.sh -f -b -p /opt/conda && \
rm -f /tmp/anaconda.sh && \
Expand Down
6 changes: 3 additions & 3 deletions open_ce/images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/ubi
ENV CONDA_HOME=${CONDA_HOME:-/opt/conda}
ENV PATH=$CONDA_HOME/bin:$PATH

ENV OPEN_CE_CONDA_BUILD=3.22.0
ENV OPEN_CE_CONDA=4.14
ENV OPEN_CE_CONDA_BUILD=3.27.0
ENV OPEN_CE_CONDA=23.10.0
ENV OPENSSL_VER=3.*

ENV CICD_GROUP=cicd
Expand All @@ -22,7 +22,7 @@ RUN export ARCH="$(uname -m)" && \
# Adduser Builder
useradd -b /home --non-unique --create-home --gid ${GROUP_ID} --groups wheel \
--uid ${BUILD_ID} --comment "User for Building" ${BUILD_USER} && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_22.11.1-1-Linux-${ARCH}.sh && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-${ARCH}.sh && \
chmod +x /tmp/anaconda.sh && \
/bin/bash /tmp/anaconda.sh -f -b -p /opt/conda && \
rm -f /tmp/anaconda.sh && \
Expand Down
6 changes: 3 additions & 3 deletions open_ce/images/builder/Dockerfile-p10
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/ubi
ENV CONDA_HOME=${CONDA_HOME:-/opt/conda}
ENV PATH=$CONDA_HOME/bin:$PATH

ENV OPEN_CE_CONDA_BUILD=3.22.0
ENV OPEN_CE_CONDA=4.14
ENV OPEN_CE_CONDA_BUILD=3.27.0
ENV OPEN_CE_CONDA=23.10.0
ENV OPENSSL_VER=3.*

ENV CICD_GROUP=cicd
Expand All @@ -24,7 +24,7 @@ RUN export ARCH="$(uname -m)" && \
# Adduser Builder
useradd -b /home --non-unique --create-home --gid ${GROUP_ID} --groups wheel \
--uid ${BUILD_ID} --comment "User for Building" ${BUILD_USER} && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_22.11.1-1-Linux-${ARCH}.sh && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-${ARCH}.sh && \
chmod +x /tmp/anaconda.sh && \
/bin/bash /tmp/anaconda.sh -f -b -p /opt/conda && \
rm -f /tmp/anaconda.sh && \
Expand Down
6 changes: 3 additions & 3 deletions open_ce/images/builder/Dockerfile-s390x
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi8/ubi
ENV CONDA_HOME=${CONDA_HOME:-/opt/conda}
ENV PATH=$CONDA_HOME/bin:$PATH

ENV OPEN_CE_CONDA_BUILD=3.26.1
ENV OPEN_CE_CONDA=4.14
ENV OPEN_CE_CONDA_BUILD=3.27.0
ENV OPEN_CE_CONDA=23.10.0
ENV OPENSSL_VER=3.*

ENV CICD_GROUP=cicd
Expand All @@ -22,7 +22,7 @@ RUN export ARCH="$(uname -m)" && \
# Adduser Builder
useradd -b /home --non-unique --create-home --gid ${GROUP_ID} --groups wheel \
--uid ${BUILD_ID} --comment "User for Building" ${BUILD_USER} && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_22.11.1-1-Linux-${ARCH}.sh && \
curl -o /tmp/anaconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py311_23.10.0-1-Linux-${ARCH}.sh && \
chmod +x /tmp/anaconda.sh && \
/bin/bash /tmp/anaconda.sh -f -b -p /opt/conda && \
rm -f /tmp/anaconda.sh && \
Expand Down