Skip to content
Snippets Groups Projects
Commit 389ea940 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Use CUDNN image to test backend cuda.

parent 32144800
No related branches found
No related tags found
1 merge request!75Update 0.5.1 -> 0.6.0
Pipeline #71455 failed
......@@ -26,6 +26,29 @@ include:
# - '.gitlab/ci/windows_python.gitlab-ci.yml'
# - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'
build:ubuntu_python:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
test:ubuntu_python:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
coverage:ubuntu_python:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
.build:ubuntu_cpp:template:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
test:ubuntu_cpp:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
coverage:ubuntu_cpp:
# Use cudnn image instead of the cuda one
image: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
release:pip:ubuntu:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment