Skip to content

Commit

Permalink
Merge branch 'impl-proxy' of https://github.com/zhanglei1949/GraphScope
Browse files Browse the repository at this point in the history
… into impl-proxy
  • Loading branch information
zhanglei1949 committed Jun 12, 2024
2 parents cc0c8ab + e76a019 commit bf68eca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flex/interactive/docker/interactive-runtime.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install sudo locales g++ cmake openjdk-11-jre-headless vim iputils-ping curl && \
locale-gen en_US.UTF-8 && apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN cd /tmp && export KUBE_VER=v1.19.2 && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBE_VER}/bin/linux/amd64/kubectl && \
chmod +x ./kubectl && \
cd /tmp && \
mv ./kubectl /usr/local/bin/kubectl

# python3
RUN if [ "${ENABLE_COORDINATOR}" = "true" ]; then \
apt-get update && apt-get -y install python3 python3-pip && \
Expand Down

0 comments on commit bf68eca

Please sign in to comment.