Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R
ver
Commits
7d92feff
Verified
Commit
7d92feff
authored
4 months ago
by
Olivier Benz
Browse files
Options
Downloads
Plain Diff
Merge branch 'freeze-version'
parents
fe6c054c
71cb31e5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#33850
passed
4 months ago
Stage: build
Stage: .post
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CUDA.md
+1
-1
1 addition, 1 deletion
CUDA.md
cuda/4.4.1.Dockerfile
+1
-1
1 addition, 1 deletion
cuda/4.4.1.Dockerfile
ver/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
ver/.gitlab-ci.yml
with
3 additions
and
3 deletions
CUDA.md
+
1
−
1
View file @
7d92feff
...
...
@@ -82,7 +82,7 @@ docker build \
--build-arg
BUILD_ON_IMAGE
=
cuda/r/ver
\
--build-arg
CUDNN_VERSION
=
8.9.7.29
\
--build-arg
CUDNN_CUDA_VERSION_MAJ_MIN
=
12.2
\
--build-arg
LIBNVINFER_VERSION
=
10.
5
.0.
18
\
--build-arg
LIBNVINFER_VERSION
=
10.
6
.0.
26
\
--build-arg
LIBNVINFER_CUDA_VERSION_MAJ_MIN
=
12.6
\
--build-arg
CUDA_IMAGE_FLAVOR
=
runtime
\
-t
cuda/r/ver
\
...
...
This diff is collapsed.
Click to expand it.
cuda/4.4.1.Dockerfile
+
1
−
1
View file @
7d92feff
...
...
@@ -6,7 +6,7 @@ ARG CUDNN_CUDA_VERSION_MAJ_MIN_AMD64=${CUDNN_CUDA_VERSION_MAJ_MIN}
ARG
CUDNN_CUDA_VERSION_MAJ_MIN_ARM64=${CUDNN_CUDA_VERSION_MAJ_MIN}
ARG
LIBNVINFER_VERSION
ARG
LIBNVINFER_VERSION_AMD64=10.
5
.0.
18
ARG
LIBNVINFER_VERSION_AMD64=10.
6
.0.
26
ARG
LIBNVINFER_VERSION_ARM64=10.3.0.26
ARG
LIBNVINFER_CUDA_VERSION_MAJ_MIN
ARG
LIBNVINFER_CUDA_VERSION_MAJ_MIN_AMD64=12.6
...
...
This diff is collapsed.
Click to expand it.
ver/.gitlab-ci.yml
+
1
−
1
View file @
7d92feff
...
...
@@ -7,7 +7,7 @@
CUDNN_VERSION_ARM64
:
"
8.9.7.29"
CUDNN_CUDA_VERSION_MAJ_MIN_AMD64
:
"
12.2"
CUDNN_CUDA_VERSION_MAJ_MIN_ARM64
:
"
12.2"
LIBNVINFER_VERSION_AMD64
:
"
10.
5
.0.
18
"
LIBNVINFER_VERSION_AMD64
:
"
10.
6
.0.
26
"
LIBNVINFER_VERSION_ARM64
:
"
10.3.0.26"
LIBNVINFER_CUDA_VERSION_MAJ_MIN_AMD64
:
"
12.6"
LIBNVINFER_CUDA_VERSION_MAJ_MIN_ARM64
:
"
12.5"
...
...
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