Dockerfile 260 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
FROM zasdfgbnm/pytorch-master
2
3
RUN pacman -Sy --noconfirm python-sphinx python2-sphinx python-tqdm python2-tqdm flake8
RUN pip install tensorboardX && pip2 install tensorboardX
Gao, Xiang's avatar
Gao, Xiang committed
4
COPY . /torchani
5
6
RUN cd torchani && pip install .
RUN cd torchani && pip2 install .