Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_shared_files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
gitlab_shared_files
Commits
414f7354
Commit
414f7354
authored
1 week ago
by
Cyril Moineau
Browse files
Options
Downloads
Patches
Plain Diff
Remove cudnn install for CUDA package.
parent
fc66dd21
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/default.gitlab-ci.yml
+4
-5
4 additions, 5 deletions
.gitlab/ci/default.gitlab-ci.yml
with
4 additions
and
5 deletions
.gitlab/ci/default.gitlab-ci.yml
+
4
−
5
View file @
414f7354
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment