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

Remove cudnn install for CUDA package.

parent fc66dd21
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ workflow:
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG
default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
......@@ -37,16 +37,15 @@ variables:
.retrieve_deps:apt:
script:
- set -x
- apt-get update -qq
- apt-get update -qq
- apt-get install -y -qq cmake git unzip curl jq
- >
if [[ $CI_JOB_NAME == *"python"* || $CI_JOB_NAME == *"pip"* ]]; then
apt-get install -y -qq python-is-python3 python3-pip
apt-get install -y -qq python-is-python3 python3-pip
fi
- >
case $CI_PROJECT_NAME in
case $CI_PROJECT_NAME in
"aidge_backend_cuda" )
apt-get install -y -qq libcudnn8-dev
export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export CUDACXX=$(which nvcc)
......
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