mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
7 lines
186 B
Docker
Executable File
7 lines
186 B
Docker
Executable File
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 transformers
|
|
|
|
WORKDIR /workspace |