Skip to content

Commit

Permalink
adding DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwolf committed Dec 14, 2018
1 parent 4a4b0e5 commit 3737889
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM pytorch/pytorch:latest

RUN git clone https://github.com/NVIDIA/apex.git && cd apex && python setup.py install --cuda_ext --cpp_ext

RUN pip install pytorch-pretrained-bert

WORKDIR /workspace

0 comments on commit 3737889

Please sign in to comment.