🚧 Update to CUDA 12.1 (10.x is not available anymore)

This commit is contained in:
Gerber, Mike 2023-08-08 12:09:33 +02:00
parent 6e1705d9bb
commit c8de7b6769
10 changed files with 10 additions and 64 deletions

5
build
View file

@ -24,9 +24,8 @@ echo
# Update base images if we build a core image
if echo "$sub_images" | grep -q core; then
docker pull ubuntu:18.04
docker pull nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
docker pull nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
docker pull ubuntu:22.04
docker pull nvidia/cuda:12.1.0-cudnn8-runtime-ubuntu22.04
fi
for sub_image in $sub_images; do