grapl-graph-descriptions 0.2.10

A library for interacting with Grapl graphs
Documentation
1
2
3
4
5
6
7
FROM grapl/grapl-python-build:latest AS grapl-graph-descriptions-python-build
USER grapl
WORKDIR /home/grapl
COPY --chown=grapl . graph-descriptions
COPY --from=grapl/grapl-python-build /home/grapl/venv venv
RUN source venv/bin/activate && cd graph-descriptions && pip install .
RUN source venv/bin/activate && cd graph-descriptions && python setup.py sdist bdist_wheel