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