Skip to content

Commit b6f0965

Browse files
committed
Merge release/26.02 into main
2 parents 4bb857d + a5c3adb commit b6f0965

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ PACKAGES_TO_INSTALL=(
169169
"cuda-version=${CUDA_VER%.*}.*"
170170
'ipython>=8.37.0'
171171
'rapids-cli==0.1.*'
172-
'openssl==3.6.0'
173172
)
174173
rapids-mamba-retry install -y -n base \
175174
"${PACKAGES_TO_INSTALL[@]}"

context/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

context/pinned

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
openssl >=3.6.1
2+
wheel >=0.46.2

0 commit comments

Comments
 (0)