"examples/run_xlnet_classifier.py" did not exist on "40dbda6871263067e3cf2030a1e9aaffef7837e5"
Dockerfile 197 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
2
3
4
5
6
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