Dockerfile 194 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
3
4
FROM pytorch/pytorch:latest

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

thomwolf's avatar
thomwolf committed
5
RUN pip install pytorch_transformers
thomwolf's avatar
thomwolf committed
6
7

WORKDIR /workspace