seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...
Before introducing Prometheus Operator to collect SC metrics we were configuring Prometheus via annotations. Following annotations ```yaml prometheus.io/path: /prometheus prometheus.io/scrape: "true" ``` can cause misconfigured Prometheus Operator to scrape `/prometheus`...
Currently ansible automation does not install grafana. It would be useful to have this as part of the process. Things to consider for configuration: - grafana version - prometheus datasource...
------- **What this PR does / why we need it**: The new path becomes consistent with the one used by [core]/scheduler and no longer conflicts with the default go `golangci-lint`...
Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 27.3.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.3.1 27.3.1 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps azul/zulu-openjdk-alpine from 17-latest to 23-latest. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | azul/zulu-openjdk-alpine |...
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.65.0 to 1.68.0. Release notes Sourced from io.grpc:grpc-netty-shaded's releases. v1.66.0 gRPC Java 1.66.0 Release Notes API Changes stub: Support setting onReadyThreshold through AbstractStub. (#11320) (25a8b7c50) util: Stabilize...
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.1 to 3.25.5. Release notes Sourced from com.google.protobuf:protobuf-java's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
## Describe the bug Tried to install Seldon CLI on MacOS based on the instructions here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html ## To reproduce In MacOS. Follow the steps here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html 1. brew install...