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