1
0
Fork 0
mirror of synced 2024-05-17 03:12:18 +12:00

Merge pull request #217 from blin00/master

fix Dockerfile: specify version tag for cuda-torch
This commit is contained in:
nagadomi 2017-12-09 03:24:23 +09:00 committed by GitHub
commit b716ac203b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \