From f17434ddf93906fe6f8ac7a15c62217717c96b8e Mon Sep 17 00:00:00 2001 From: Brandon Lin Date: Fri, 8 Dec 2017 04:13:00 -0800 Subject: [PATCH] fix Dockerfile: specify version tag for cuda-torch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e93b3ea..55cbf53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kaixhin/cuda-torch +FROM kaixhin/cuda-torch:7.5 RUN apt-get update && apt-get install -y --no-install-recommends --force-yes \ libsnappy-dev \