Skip to content

Commit

Permalink
Merge pull request #189 from GoogleCloudPlatform/ajayhemnani-patch-5
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ajayhemnani authored Oct 6, 2023
2 parents a0a81a0 + 940a761 commit acd0280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"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 package `kfp` with version `0.2.5`\n",
"* Install the python package `requests-toolbelt` with version `0.10.1`\n",
"* Starts `/bin/bash` as entrypoint"
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM gcr.io/deeplearning-platform-release/base-cpu
RUN pip install kfp==0.2.5
RUN pip install requests-toolbelt==0.10.1
ENTRYPOINT ["/bin/bash"]

0 comments on commit acd0280

Please sign in to comment.