-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add compatibility notes for cuda/9.2 version
- Loading branch information
1 parent
3cae2e9
commit 5ed1f46
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM $BASE_IMAGE | |
|
||
MAINTAINER Swiss Data Science Center <[email protected]> | ||
|
||
# Insall cuda | ||
# Install cuda | ||
# From: https://gitlab.com/nvidia/cuda/blob/ubuntu18.04/9.2/base/Dockerfile | ||
USER root | ||
RUN apt-get update && apt-get install -y --no-install-recommends gnupg2 curl ca-certificates && \ | ||
|
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg2 curl ca- | |
apt-get purge --autoremove -y curl && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
# Compatible with NVIDIA graphics driver R396.37 and higher ; known to work with cuDNN v7.1.2 | ||
ENV CUDA_VERSION 9.2.148 | ||
|
||
ENV CUDA_PKG_VERSION 9-2=$CUDA_VERSION-1 | ||
|