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
53faa8df
Commit
53faa8df
authored
Nov 12, 2018
by
Jesus Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest cuDNN v7 (7.4.1.5) for CUDA 9.0, 9.2, and 10.0
parent
508833ec
Pipeline
#36343555
failed with stages
in 8 minutes and 13 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
10.0/devel/cudnn7/Dockerfile
+1
-1
Dockerfile
10.0/runtime/cudnn7/Dockerfile
+1
-1
Dockerfile
9.0/devel/cudnn7/Dockerfile
+1
-1
Dockerfile
9.0/runtime/cudnn7/Dockerfile
+1
-1
Dockerfile
9.2/devel/cudnn7/Dockerfile
+1
-1
Dockerfile
9.2/runtime/cudnn7/Dockerfile
+1
-1
No files found.
10.0/devel/cudnn7/Dockerfile
View file @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:10.0-devel-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
10.0/runtime/cudnn7/Dockerfile
View file @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:10.0-runtime-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
9.0/devel/cudnn7/Dockerfile
View file @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.0-devel-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
9.0/runtime/cudnn7/Dockerfile
View file @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.0-runtime-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
LABEL
com.nvidia.cudnn.version="${CUDNN_VERSION}"
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
9.2/devel/cudnn7/Dockerfile
View file @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.2-devel-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
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 @
53faa8df
...
...
@@ -2,7 +2,7 @@ ARG repository
FROM
${repository}:9.2-runtime-ubuntu16.04
LABEL
maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV
CUDNN_VERSION 7.
3.1.20
ENV
CUDNN_VERSION 7.
4.1.5
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