Skip to content

Commit

Permalink
pin (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaxiao Zheng authored and k8s-ci-robot committed Jan 24, 2020
1 parent 719f407 commit c268288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM python:3.5 as compiler
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q default-jdk python3-setuptools python3-dev
RUN wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py
RUN python3 -m pip install pyarrow==0.14.1 tfx==0.15.0
RUN python3 -m pip install apache-beam[gcp]==2.17 pyarrow==0.14.1 tfx==0.15.0

WORKDIR /go/src/github.com/kubeflow/pipelines
COPY sdk sdk
Expand Down
2 changes: 1 addition & 1 deletion test/sample-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN pip3 install google-api-python-client==1.7.0
RUN pip3 install google-cloud-storage==1.17.0
RUN pip3 install fire==0.2.1
RUN pip3 install yamale==2.0
RUN pip3 install pyarrow==0.14.1 tfx==0.15.0
RUN pip3 install apache-beam[gcp]==2.17 pyarrow==0.14.1 tfx==0.15.0

# Install python client, including DSL compiler.
COPY ./sdk/python /sdk/python
Expand Down

0 comments on commit c268288

Please sign in to comment.