"web/vscode:/vscode.git/clone" did not exist on "8af2fe1e8747e142e133640659187136eb330d0f"
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