Skip to content

Commit

Permalink
don't install kfp-server-api and kfp both from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun committed Feb 9, 2023
1 parent cc53732 commit 169f4db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/sample-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ RUN pip3 install -r /python/src/github.com/kubeflow/pipelines/test/sample-test/r
# TODO: remove deprecated dependency
COPY ./sdk/python/requirements-deprecated.txt /python/src/github.com/kubeflow/pipelines/sdk/python/requirements-deprecated.txt
RUN pip3 install -r /python/src/github.com/kubeflow/pipelines/sdk/python/requirements-deprecated.txt
# Install KFP server API from commit.
COPY ./backend/api/v1beta1/python_http_client /python_http_client
# Install python client, including DSL compiler.
COPY ./sdk/python /sdk/python
RUN pip3 install /python_http_client /sdk/python
RUN pip3 install /sdk/python

# Copy sample test and samples source code.
COPY ./test/sample-test /python/src/github.com/kubeflow/pipelines/test/sample-test
Expand Down

0 comments on commit 169f4db

Please sign in to comment.