adding DockerFile
This commit is contained in:
7
docker/Dockerfile
Normal file
7
docker/Dockerfile
Normal file
@@ -0,0 +1,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
|
||||||
Reference in New Issue
Block a user