Skip to content

Commit

Permalink
chore: Enable azure storage provider in puller (#28)
Browse files Browse the repository at this point in the history
Azure support was added in pullman. This enables its use in the puller sidecar.


Signed-off-by: Paul Van Eck <[email protected]>
  • Loading branch information
pvaneck authored Jun 18, 2022
1 parent 4cddb5b commit aab3cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model-serving-puller/puller/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/kserve/modelmesh-runtime-adapter/internal/proto/mmesh"
"github.com/kserve/modelmesh-runtime-adapter/internal/util"
"github.com/kserve/modelmesh-runtime-adapter/pullman"
_ "github.com/kserve/modelmesh-runtime-adapter/pullman/storageproviders/azure"
_ "github.com/kserve/modelmesh-runtime-adapter/pullman/storageproviders/gcs"
_ "github.com/kserve/modelmesh-runtime-adapter/pullman/storageproviders/http"
_ "github.com/kserve/modelmesh-runtime-adapter/pullman/storageproviders/s3"
Expand Down

0 comments on commit aab3cee

Please sign in to comment.