"tests/TestDPDIntegrator.h" did not exist on "968cb132116793071c78977b3e467e85507e0571"
Dockerfile 176 Bytes
Newer Older
tusimple's avatar
tusimple committed
1
2
3
4
5
6
FROM scrin/dev:latest

RUN cd /root && \
    git clone --depth 1 --recurive https://www.github.com/traveller59/spconv.git && \
    cd ./spconv && \
    python setup.py install