Skip to content

Commit

Permalink
Parallelize vineyard-dev docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Aug 17, 2023
1 parent 8ebacf9 commit 9c71a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/dockerfiles/vineyard-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /home/graphscope
COPY ./gs ./gs
ARG VINEYARD_VERSION=main
RUN sudo chmod a+wrx /tmp && \
./gs install-deps dev --for-analytical --v6d-version=$VINEYARD_VERSION -j 2 && \
./gs install-deps dev --for-analytical --v6d-version=$VINEYARD_VERSION -j $(nproc) && \
sudo apt-get clean -y && \
sudo rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9c71a21

Please sign in to comment.