We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bb857d + a5c3adb commit b6f0965Copy full SHA for b6f0965
Dockerfile
@@ -169,7 +169,6 @@ PACKAGES_TO_INSTALL=(
169
"cuda-version=${CUDA_VER%.*}.*"
170
'ipython>=8.37.0'
171
'rapids-cli==0.1.*'
172
- 'openssl==3.6.0'
173
)
174
rapids-mamba-retry install -y -n base \
175
"${PACKAGES_TO_INSTALL[@]}"
context/.dockerignore
@@ -4,6 +4,7 @@
4
!cuvs-bench/
5
!entrypoint.sh
6
!notebooks.sh
7
+!pinned
8
!scripts/configure-apt
9
!scripts/configure-conda-base-environment
10
!scripts/install-gha-tools
context/pinned
@@ -0,0 +1,2 @@
1
+openssl >=3.6.1
2
+wheel >=0.46.2
0 commit comments