Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Aug 14, 2024
1 parent 5f30780 commit 0ffc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/dockerfiles/flex-interactive.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +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 --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 0ffc63a

Please sign in to comment.