Skip to content

Commit

Permalink
Update google-cloud-aiplatform version in kfp cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
takumiohym committed Mar 20, 2024
1 parent 8a9e85a commit 3807a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"\n",
"In the cell below, write a docker file that\n",
"* Uses `gcr.io/deeplearning-platform-release/base-cpu` as base image\n",
"* Install the python packages `kfp` with version `1.8.22 ` and `google-cloud-aiplatform` with version `1.26.0`\n",
"* Install the python packages `kfp` with version `1.8.22 ` and `google-cloud-aiplatform` with version `1.43.0`\n",
"* Starts `/bin/bash` as entrypoint"
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/deeplearning-platform-release/base-cpu
RUN pip install kfp==1.8.22
RUN pip install google-cloud-aiplatform==1.26.0
RUN pip install google-cloud-aiplatform==1.43.0
ENTRYPOINT ["/bin/bash"]

0 comments on commit 3807a75

Please sign in to comment.