Permalink
Cannot retrieve contributors at this time
14 lines (11 sloc)
256 Bytes
|
FROM it4i/loombuilder:latest |
|
|
|
ADD . /loom |
|
|
|
RUN cd loom && \ |
|
mkdir _build && \ |
|
cd _build && \ |
|
cmake .. && \ |
|
make -j2 && \ |
|
cd ../python && \ |
|
sh generate.sh && \ |
|
python3 setup.py install |
|
|
|
ENV PYTHONPATH "$PYTHONPATH:/loom/python/" |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.