"web/extensions/vscode:/vscode.git/clone" did not exist on "4f9d2b057c97be22aa46b91ed8954a3cee424fb4"
Dockerfile 186 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

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

WORKDIR /workspace