Skip to content

Commit

Permalink
Update OOBE GPU Dockerfile to CUDA 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Crepaldi committed Mar 25, 2019
1 parent f48e11c commit 49d4c2d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Tests/Install/linux/Dockerfile-Ubuntu16-GPU
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
FROM nvidia/cuda:8.0-runtime-ubuntu16.04
# use nvidia-docker to run!
# Tag: nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04
# Created: 2018-10-22T21:14:30.605789926Z
# Label: com.nvidia.cuda.version: 10.0.
# Label: com.nvidia.cudnn.version: 7.3.1.20
# Label: com.nvidia.nccl.version: 2.3.5
#
# To build, run from the parent with the command line:
# docker build -t <image name> -f CNTK-GPU-Image/Dockerfile .

# Ubuntu 16.04.5
FROM nvidia/cuda@sha256:362e4e25aa46a18dfa834360140e91b61cdb0a3a2796c8e09dadb268b9de3f6b

ARG PY_VERSION
ARG WHEEL_BASE_URL
Expand Down

0 comments on commit 49d4c2d

Please sign in to comment.