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 <[email protected]>
  • Loading branch information
dashanji committed Feb 4, 2024
1 parent 9228223 commit cd40df1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/dockerfiles/analytical.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ COPY --from=builder /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/grape_engine

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

USER graphscope
WORKDIR /home/graphscope

Expand Down Expand Up @@ -79,6 +81,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 cd40df1

Please sign in to comment.