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