Skip to content

Commit

Permalink
copy the headers under /opt/graphscope/include
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Aug 13, 2024
1 parent 64365bf commit 47a3d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/dockerfiles/flex-interactive.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# copy builder's /opt/flex to final image
COPY --from=builder /opt/flex /opt/flex
COPY --from=builder /opt/graphscope/lib/libgrape-lite.so /opt/flex/lib/
COPY --from=builder /opt/graphscope/include/* /opt/flex/include/

# copy the builtin graph, modern_graph
RUN mkdir -p /opt/flex/share/gs_interactive_default_graph/
Expand Down

0 comments on commit 47a3d86

Please sign in to comment.