Skip to content

Commit

Permalink
reorganize gsctl
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 26, 2024
1 parent d55c170 commit ace941a
Show file tree
Hide file tree
Showing 30 changed files with 920 additions and 2,073 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/flex-interactive-dummy.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/gae-dummy.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/gss-dummy.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/k8s-ci-dummy.yml

This file was deleted.

106 changes: 0 additions & 106 deletions .github/workflows/local-ci-dummy.yml

This file was deleted.

1 change: 1 addition & 0 deletions V6D_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.23.0
2 changes: 1 addition & 1 deletion k8s/dockerfiles/graphscope-dev-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ COPY --chown=graphscope:graphscope . /home/graphscope/GraphScope
ARG VINEYARD_VERSION=main
RUN cd /home/graphscope/GraphScope && \
python3 -m pip install click packaging --user && \
python3 gsctl.py install-deps dev --v6d-version=$VINEYARD_VERSION -j $(nproc) && \
python3 gsctl.py install-deps dev --v6d-version=$VINEYARD_VERSION && \
sudo rm -rf /home/graphscope/GraphScope && \
sudo yum clean all -y && \
sudo rm -fr /var/cache/yum
Expand Down
3 changes: 2 additions & 1 deletion k8s/dockerfiles/graphscope-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ WORKDIR /home/graphscope

COPY --chown=graphscope:graphscope . /home/graphscope/GraphScope
ARG VINEYARD_VERSION=main

RUN cd /home/graphscope/GraphScope && \
python3 -m pip install click packaging && \
python3 gsctl.py install-deps dev --v6d-version=$VINEYARD_VERSION --cn -j $(nproc) && \
python3 gsctl.py install-deps dev --v6d-version=$VINEYARD_VERSION --cn && \
cd /home/graphscope && \
rm -fr GraphScope

Expand Down
2 changes: 1 addition & 1 deletion k8s/dockerfiles/manylinux2014.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV LANG=en_US.utf-8
COPY . /root/GraphScope
RUN cd /root/GraphScope && \
python3 -m pip install click packaging && \
python3 gsctl.py install-deps dev --cn --for-analytical --no-v6d -j $(nproc) && \
python3 gsctl.py install-deps dev-analytical --cn --no-v6d && \
rm -fr /root/GraphScope

# install hadoop for processing hadoop data source
Expand Down
2 changes: 1 addition & 1 deletion k8s/dockerfiles/vineyard-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ARG VINEYARD_VERSION=main
RUN sudo chmod a+wrx /tmp && \
cd /home/graphscope/GraphScope && \
python3 -m pip install click packaging && \
python3 gsctl.py install-deps dev --for-analytical --v6d-version=$VINEYARD_VERSION -j $(nproc) && \
python3 gsctl.py install-deps dev-analytical --v6d-version=$VINEYARD_VERSION && \
cd /home/graphscope && sudo rm -rf /home/graphscope/GraphScope

RUN python3 -m pip --no-cache install pyyaml --user
Expand Down
1 change: 1 addition & 0 deletions python/graphscope/gsctl/V6D_VERSION
Loading

0 comments on commit ace941a

Please sign in to comment.