Commit Graph

11 Commits

Author SHA1 Message Date
DavidSpek fe18a296da
chore: Remove pip requirements from docker files (#5064)
* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* Update KFserving to 0.4.1

* Remove pip requirements from docker files

* Fix consistency and failing builds

* fixup arena requirements.txt

* small fixup
2021-02-26 02:31:15 -08:00
Tommy Li 25ee59dc02
fix(components): Update watson ml sdk with the Aug 2020 release (#4331) 2020-08-06 17:14:19 -07:00
Tommy Li de2e0f2ec0
Fix(component): Update default TensorFlow version for Watson ML example (4109) 2020-06-29 12:49:58 -07:00
Tommy Li 782eb23488
Update Watson ML example to take output param path (#3316)
* update watson components with output path args to support tekton

* fix store bug and stop batch logs

* update pipeline with explicit helper function

* add missing commit
2020-03-20 22:10:44 -07:00
Kevin Yu 19edfdebd2
Update IBM Watson ML sample to use V4 api (#3274)
* testing kevin-wml-iks-pipeline

* switch input/output order

* build v4

* fix the yaml link

* change to v4

* using new v4 api

* update train docker verion to v0.3

* try v4-api

* try v4 author

* test v4 code

* fix compile error

* name upcase

* comment out author name

* fix lowcase runtime

* replace framework with platform

* fix syntax platform

* add version

* add filepath

* add file path

* using wml train code as filepath

* change credentials to s4

* try different version

* try store_library

* wml-v4 code

* update image to v0.4

* change object storage type to s3

* try store with meta no

* add input for store

* missing comma at store yaml

* add missing parameter in kfp

* add argument in store

* add uid

* add meta type

* change deploy

* deployment input

* list deployment

* delete deployment

* adjust input

* play around the input data:

* play around input data

* change input

* deploy works

* fix min

* clean the code

* adjust serve pipeline code

* clean the doc session

* remove hard code

* update yaml

* commit stuff

* test1

* change order

* correct name

* change version

* test

* change1

* change to 0,8

* print runtime version

* change to 0.9

* change2

* change yaml

* change version

* remove command

* change version

* change version

* clean up

* address comments

* fix typo
2020-03-18 15:48:44 -07:00
Tommy Li 79b58d7205 Update Watson Machine Learning auth with IAM (#1737)
* update watson auth with IAM

* remove username/password reference
2019-08-07 19:17:18 -07:00
Tommy Li c77554a762 Fix Watson pipeline example (#1246)
* update ibm watson examples

* fix labels in components

* typo fixes

* revert component name change

* minor description changes

* move label tags to annotations
2019-04-29 11:12:20 -07:00
Animesh Singh b70a8bef7a shortening names (#1202) 2019-04-24 17:10:45 -07:00
Animesh Singh a277f87ea1 metadata tag for watson components (#1072) 2019-04-02 19:49:41 -07:00
Tommy Li 0fa221aba6 Add component.yaml to every ibm-components (#984)
* add component.yaml to every ibm-components

* replace colon conflicts with dashes

* update ffdl serve component.yaml description
2019-03-19 20:18:24 -07:00
Animesh Singh 89e21dfb64 Training and Serving Pipeline leveraging WML (#800)
* initial watson pipeline

* updates

* updates

* Update creds

* updated dockerhub base files

* update watson pipeline (#2)

Removing references to wml-base image, and recreating it with python-slim as base image

* address review comment (#3)

* change s3 to cos (#4)
2019-02-23 03:52:14 -08:00