"vscode:/vscode.git/clone" did not exist on "f96a8a00a1e30ed89772aaeb876fab4c6734ad9c"
Unverified Commit 5832d304 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

separate unit test out from build (#4)

parent 5a09890a
FROM zasdfgbnm/pytorch-master FROM zasdfgbnm/pytorch-master
RUN pacman -Sy --noconfirm python-sphinx python2-sphinx RUN pacman -Sy --noconfirm python-sphinx python2-sphinx
COPY . /torchani COPY . /torchani
RUN cd torchani && python setup.py test RUN cd torchani && pip install .
#RUN cd torchani && python2 setup.py test RUN cd torchani && pip2 install .
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment