transformers/docker/Dockerfile

7 lines
197 B
Docker
Raw Normal View History

2018-12-14 22:02:32 +08:00
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