Skip to content

Commit

Permalink
Install the latest vineyard in the analytical.Dockerfile to fix the b…
Browse files Browse the repository at this point in the history
…ug caused by the version mismatch of vineyard.

Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
  • Loading branch information
dashanji committed Feb 4, 2024
1 parent 9228223 commit f6480c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/dockerfiles/analytical.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ COPY --from=builder-java /home/graphscope/install /opt/graphscope/
RUN mkdir -p /tmp/gs && (mv /opt/graphscope/builtin /tmp/gs/builtin || true) && chown -R graphscope:graphscope /tmp/gs
RUN chmod +x /opt/graphscope/bin/*

RUN python3 -m pip install --no-cache-dir vineyard vineyard-io --user

USER graphscope
WORKDIR /home/graphscope

Expand Down

0 comments on commit f6480c9

Please sign in to comment.