File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ ARG MINIFORGE_VER=notset
6565
6666FROM condaforge/miniforge3:${MINIFORGE_VER} AS miniforge-upstream
6767
68+ COPY pinned /opt/conda/conda-meta/pinned
69+
6870RUN \
6971 --mount=type=bind,source=scripts,target=/tmp/build-scripts \
7072<<EOF
9496# Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux
9597COPY --from=miniforge-upstream --chown=root:conda --chmod=770 /opt/conda /opt/conda
9698
99+ COPY pinned /opt/conda/conda-meta/pinned
100+
97101RUN \
98102 --mount=type=bind,source=scripts,target=/tmp/build-scripts \
99103<<EOF
@@ -169,7 +173,6 @@ PACKAGES_TO_INSTALL=(
169173 "cuda-version=${CUDA_VER%.*}.*"
170174 'ipython>=8.37.0'
171175 'rapids-cli==0.1.*'
172- 'openssl==3.6.0'
173176)
174177rapids-mamba-retry install -y -n base \
175178 "${PACKAGES_TO_INSTALL[@]}"
Original file line number Diff line number Diff line change 44! cuvs-bench /
55! entrypoint.sh
66! notebooks.sh
7+ ! pinned
78! scripts /configure-apt
89! scripts /configure-conda-base-environment
910! scripts /install-gha-tools
Original file line number Diff line number Diff line change 1+ openssl >=3.6.1
2+ wheel >=0.46.2
You can’t perform that action at this time.
0 commit comments