mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🚧 Update to CUDA 12.1 (10.x is not available anymore)
This commit is contained in:
parent
6e1705d9bb
commit
c8de7b6769
10 changed files with 10 additions and 64 deletions
5
build
5
build
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue