Skip to content
Snippets Groups Projects
Commit be5a9429 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Changed docker image

parent 04c4a3fa
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ variables:
DEBIAN_FRONTEND: noninteractive
image: n2d2-ci/ubuntu20.04/cpu:latest
\ No newline at end of file
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
\ No newline at end of file
......@@ -2,7 +2,7 @@ build:ubuntu_cpp:
stage: build
tags:
- docker
image: n2d2-ci/ubuntu20.04/cpu:latest
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
script:
- mkdir -p build_cpp
......@@ -20,7 +20,7 @@ build:ubuntu_python:
stage: build
tags:
- docker
image: n2d2-ci/ubuntu20.04/cpu:latest
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
script:
- python3 -m pip install virtualenv
......
......@@ -3,7 +3,7 @@ test:ubuntu_cpp:
needs: ["build:ubuntu_cpp"]
tags:
- docker
image: n2d2-ci/ubuntu20.04/cpu:latest
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
script:
- cd build_cpp
- ctest --output-on-failure
......@@ -13,7 +13,7 @@ test:ubuntu_python:
needs: ["build:ubuntu_python"]
tags:
- docker
image: n2d2-ci/ubuntu20.04/cpu:latest
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
script:
- source venv/bin/activate
- cd aidge_core
......
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