Browse Source

Merge pull request #217 from blin00/master

fix Dockerfile: specify version tag for cuda-torch
nagadomi 7 years ago
parent
commit
b716ac203b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
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 \
 RUN apt-get update && apt-get install -y --no-install-recommends --force-yes \
   libsnappy-dev \
   libsnappy-dev \