Install applications in workers #1980
karimDev13
started this conversation in
General
Replies: 1 comment 6 replies
-
Definitely yes. You could build a docker image from the graphscope's image: e.g., FROM registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.16.0
RUN pip3 install ... And then use your own image to launch graphscope session by: session = graphscope.session("k8s_gs_image=...") See also: https://github.com/alibaba/GraphScope/blob/main/python/graphscope/client/session.py#L297-L314 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please i've a question , can i install other applications in each worker on graphscope ?
Beta Was this translation helpful? Give feedback.
All reactions