You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of 23.12, we move to the RAPIDS wheel build process ( #619 ). That said, there are still some leftover bit from the old build process. Trying to document things we might consider cleaning up here
CUDA 11.0 & 11.1 Dockerfiles, which haven't seen much attention
Note: Some time ago RAPIDS issued a deprecation notice for CUDA 11.0 and recommended moving to CUDA 11.2. More recently RAPIDS issued a deprecation notice for CUDA 11.2 recommending moving to CUDA 11.8 as a minimum
Given all this, think we should drop these Dockerfiles
.dockerignore file. Unneeded if no Dockerfiles are here
As part of 23.12, we move to the RAPIDS wheel build process ( #619 ). That said, there are still some leftover bit from the old build process. Trying to document things we might consider cleaning up here
CUDA 11.0 & 11.1
Dockerfiles
, which haven't seen much attentioncucim/Dockerfile-cuda110
Line 16 in 8951d79
cucim/Dockerfile-cuda111
Line 16 in 8951d79
Note: Some time ago RAPIDS issued a deprecation notice for CUDA 11.0 and recommended moving to CUDA 11.2. More recently RAPIDS issued a deprecation notice for CUDA 11.2 recommending moving to CUDA 11.8 as a minimum
Given all this, think we should drop these
Dockerfile
s.dockerignore
file. Unneeded if noDockerfile
s are herecucim/.dockerignore
Line 2 in 8951d79
Old build scripts. Looks like these are part of the old wheel build process
cucim/build.sh
Line 1 in 8951d79
cucim/run_gds.sh
Line 1 in 8951d79
cucim/dockcross-manylinux2014-x64
Line 17 in 8951d79
cucim/scripts/auditwheel_repair.py
Line 101 in 87410cd
cucim/scripts/run-dist
Line 310 in 8951d79
cucim/build_docker.sh
Line 28 in 87410cd
Also these lines from
cucim/run
Lines 265 to 281 in 87410cd
And these lines from the license
cucim/LICENSE-3rdparty.md
Lines 290 to 295 in 87410cd
Some requirement files that seem to be used with the aforementioned Docker images
The text was updated successfully, but these errors were encountered: