Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cuda
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nvidia
cuda
Commits
a71c9805
Commit
a71c9805
authored
Oct 31, 2018
by
Felix Abecassis US
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest cuDNN v7 (7.3.1.20) for CUDA 9.2
parent
1fca3282
Pipeline
#35028104
passed with stages
in 13 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
9.2/devel/cudnn7/Dockerfile
+1
-1
Dockerfile
9.2/runtime/cudnn7/Dockerfile
+1
-1
No files found.
9.2/devel/cudnn7/Dockerfile
View file @
a71c9805
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.2-devel-ubuntu18.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
2.1.38
ENV
CUDNN_VERSION 7.
3.1.20
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
9.2/runtime/cudnn7/Dockerfile
View file @
a71c9805
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.2-runtime-ubuntu18.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
2.1.38
ENV
CUDNN_VERSION 7.
3.1.20
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment