Skip to content

Commit

Permalink
unpin openssl in Dockerfile for cuda 118
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Feb 7, 2024
1 parent ee2c71f commit 4672721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions open_ce/images/builder-cuda/Dockerfile.cuda-11.8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV CUDA_HOME=/usr/local/cuda

ENV OPEN_CE_CONDA_BUILD=3.22.0
ENV OPEN_CE_CONDA=4.14
ENV OPENSSL_VER=1.*

ENV CICD_GROUP=cicd
ARG GROUP_ID=1500
Expand All @@ -33,7 +32,6 @@ RUN export ARCH="$(uname -m)" && \
$CONDA_HOME/bin/conda config --system --set always_yes true && \
$CONDA_HOME/bin/conda config --system --set auto_update_conda false && \
$CONDA_HOME/bin/conda config --system --set notify_outdated_conda false && \
$CONDA_HOME/bin/conda config --system --add create_default_packages openssl=${OPENSSL_VER} && \
$CONDA_HOME/bin/conda --version && \
mkdir -p $CONDA_HOME/conda-bld && \
mkdir -p $HOME/.cache && \
Expand Down

0 comments on commit 4672721

Please sign in to comment.