Przeglądaj źródła

fix Dockerfile: specify version tag for cuda-torch

Brandon Lin 7 lat temu
rodzic
commit
f17434ddf9
1 zmienionych plików z 1 dodań i 1 usunięć
  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 \
   libsnappy-dev \