Skip to content

Commit

Permalink
BUG: Use older manylinux image with GCC 11 for Cuda 11.6
Browse files Browse the repository at this point in the history
See https://gist.github.com/ax3l/9489132 for the requirements per CUDA
version
  • Loading branch information
Simon Rit committed Feb 13, 2024
1 parent 6316dae commit ba4590b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-package-python-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
fi
MANYLINUX_PLATFORM=${{ matrix.manylinux-platform }}
if [[ ${MANYLINUX_PLATFORM} == "_2_28-x64" ]]; then
export IMAGE_TAG=20230106-1aeaea0
fi
echo "Manylinux platform ${MANYLINUX_PLATFORM}"
rm -rf ITKPythonPackage
export MANYLINUX_VERSION=`(echo ${MANYLINUX_PLATFORM} | cut -d '-' -f 1)`
Expand Down

0 comments on commit ba4590b

Please sign in to comment.