Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nagadomi committed Mar 16, 2019
1 parent 4313ace commit 7dddb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM kaixhin/cuda-torch:7.5
FROM nagadomi/torch7:cuda10.1-cudnn7-devel-ubuntu18.04

RUN apt-get update && apt-get install -y --no-install-recommends --force-yes \
libsnappy-dev \
graphicsmagick \
libgraphicsmagick1-dev \
libssl-dev \
libssl1.0-dev \
ca-certificates \
git && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7dddb75

Please sign in to comment.