Skip to content

Commit

Permalink
Merge pull request #4082 from flx42/pin_base_docker_image
Browse files Browse the repository at this point in the history
Pin the base image version for the GPU Dockerfile
  • Loading branch information
shelhamer committed May 4, 2016
2 parents 6f5f7c5 + 5d423b7 commit f467ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker_files: standalone_files

standalone_files: standalone/cpu/Dockerfile standalone/gpu/Dockerfile

FROM_GPU = "nvidia/cuda:cudnn"
FROM_GPU = "nvidia/cuda:7.5-cudnn4-devel-ubuntu14.04"
FROM_CPU = "ubuntu:14.04"
GPU_CMAKE_ARGS = -DUSE_CUDNN=1
CPU_CMAKE_ARGS = -DCPU_ONLY=1
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/gpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:cudnn
FROM nvidia/cuda:7.5-cudnn4-devel-ubuntu14.04
MAINTAINER [email protected]

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit f467ead

Please sign in to comment.